Package com.imsl.test.example.stat
Class KolmogorovOneSampleEx1
java.lang.Object
com.imsl.test.example.stat.KolmogorovOneSampleEx1
Performs a Kolmogorov one-sample test.
In this example, a random sample of size \(n=100\) is generated using classRandom for the uniform \((0, 1)\) distribution. We want to test the
null hypothesis that the cdf is the standard normal distribution with a mean
of \(0.5\) and a variance equal to the uniform \((0, 1)\) variance \((1/12)\).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KolmogorovOneSampleEx1
public KolmogorovOneSampleEx1()
-
-
Method Details
-
main
-