in reply to How do we find statistical distribution of a given set of numbers?
A very common test of randomness is the Chi square test, which you can find at Statistics::ChiSquare.
Knuth (the legend in computer science circles) wrote extensively on the subject of testing (and writing) pseudo-number generators in his seminal work "The Art of computer programming" (vol 2: seminumerical algorithms). You can also find a lot of algorithms here. However, they are in FORTRAN.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How do we find statistical distribution of a given set of numbers?
by Sameet (Beadle) on May 02, 2004 at 13:25 UTC | |
by astaines (Curate) on May 02, 2004 at 21:09 UTC |