m~ray
- 29
- 0
what is the advantage of using a gaussian distribution of noise (white/colored) in a system over any other distribution ??
The discussion centers around the advantages of using a Gaussian distribution of noise in systems, particularly in the context of random number generation and its implications in simulations and stochastic processes.
Participants express differing views on the applicability of Gaussian distribution to random number generation, with some agreeing on its relevance to variation around a mean, while others remain uncertain about its implications in specific scenarios.
There are unresolved questions regarding the relationship between random number distributions and Gaussian characteristics, as well as assumptions about the nature of randomness in the discussed scenarios.
Individuals interested in noise modeling, stochastic processes, probability theory, and those engaged in simulations or related projects may find this discussion relevant.
You are misinterpreting what the Gaussian distribution means, I think. Each number is equally likely: no more 50s than 99s. But it is more likely that adding any random two together will give an answer nearer to 100 than to 200 or 2. So it's the average and not the individual number that counts.m~ray said:okay so u mean to say all random number distributions naturally follow the gaussian distribution?? say we need to insert 10^10 numbers between 1-100, where all the 100 places are equally likely to be filled. so eben in this case u mean to say on an avg there will be more number of numbers in 51 and 50?? if yes, then why should it be like that, as all numbers are equally likely to be filled..