Generating Normally Distributed Integers in R, Matlab, and Other Software

Mark J.
Messages
81
Reaction score
0
Hi.
Any ideas how to generate in any software R, Matlab etc normally distributed random numbers by one condition so they will be integers like 1, 2,3...and not decimal values.
I tried to round up the generated decimal values but in my guess normality is doubted after that.
Regards
 
Physics news on Phys.org
You will have to be clearer than this. A distribution which only takes on integers can never be normal.

What is it you really want??
 
Thanks,
I mean I need to generate some sample data like 9.00 AM 9.04 AM 9.07 AM but with condition that inter-arrival times are normally distributed.
That's why I need some numbers like 4 (9.04AM -9.00AM ) etc normally distributed.
Any help on this?
 
Arrivals are continuous. Your numbers will be real. You can round them if you like but if you do that then the approximation to normal depends on the parameters of the distribution.

I don't know what you're trying to do, but has it occurred to you that modeling arrivals with a normal distribution allows for the possibility of an arrival occurring before the previous arrival? You might want to consider that.
 
Can you please explain something more about?
Regards
 
I don't know which part you're referring to. For the first, just consider a normal density with s.d.=.01 vs. one with a very large s.d. If you draw from the first and round everything to the nearest integer then you basically end up with the mean for virtually all of your points. In the second case you could round to the nearest integer and still "approximate" normal, whatever that means in your context.

As to the second point, inter-arrival times are positive. T1 is the time from zero to the first arrival, T2 is the time from T1 of the second arrival, etc. So the times are usually described with a density that is zero for t<0 such as an exponential. If you use a normal distribution then you permit negative values and risk that, for example, T2<0, and your second arrival occurred prior to your first. You would take this into account in the context of what exactly you are trying to do.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top