Perform a Chi-square Goodness of Fit Test.
Perform a Chi-square Goodness of Fit Test. Compare the random number's histogram (generated by repeatedily calling rn.gen) to the probability function pf (pdf).
the random number generator to test
Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Perform a Means Test (average of generated rn's close to mean for distribution).
Perform a Means Test (average of generated rn's close to mean for distribution).
the random number generator to test
The
RNGTest
object conducts three simple tests of the Random Number Generators: (1) Spped Test, (2) Means Test and (3) Chi-square Goodness of Fit Test. FIX: need to add (3) Variance Test and (4) K-S Goodness of Fit Test.