Large numbers and standard deviation for a uniform distribution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 8K views
Messages
1,270
Reaction score
8
In doing a problem, I considered N (a large number, in the range 100,000-1,000,000) raindrops, falling into A (fixed at 100) segments on a roof, distributed using a random number generator I programmed. In considering the number of raindrops that fell into a given segment, the average would be [tex]\mu=\frac{N}{A}[/tex]. For a fixed N, I calculated the standard deviation [tex]\sigma[/tex]. I then plotted the standard deviation against the average, and found a nearly perfect relationship [tex]\sigma = \sqrt{\mu}[/tex]. Is this relationship correct? Can anyone tell me why it would be so, or give me a starting point to show it?
 
on Phys.org
This seems to be a case of a multinomial distribution: you might try reading the wikipedia entry.
 
I always thought that the Standard deviation was defined to be the square root of the variance. I know this to be true for discrete distributions, though I guess its a different case for continuous ones.
 
Gib Z said:
I always thought that the Standard deviation was defined to be the square root of the variance. I know this to be true for discrete distributions, though I guess its a different case for continuous ones.

No, for either discrete or continuous distributions, the standard deviation is the square root of the variance. What nicksauce showed above was that, in this case, the variance is equal to the mean.
 
No I know that the Standard deviation IS the square root of the variance, but when I learned about discrete distributions the standard deviation was DEFINED to be the square root of the variance. I "guessed" it was a different matter for continuous distributions because otherwise the other people in this thread just wasted a lot of time lol.