Perform a Chi-square Goodness of Fit Test.
Perform a Chi-square Goodness of Fit Test. Compare the random variable's histogram (generated by repeatedily calling rv.gen) to the probability function pf (either pmf or pdf).
the random variate to test
Perform a Means Test (average of generated rv's close to mean for distribution).
Perform a Means Test (average of generated rv's close to mean for distribution).
the random variate to test
The
VariateTest
object conducts two simple tests of the Random Variate Generators: (1) Means Test and (2) Chi-square Goodness of Fit Test. FIX: need to add (3) Variance Test and (4) K-S Goodness of Fit Test.