public class KolmogorovOneSampleEx1 extends Object
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 and Description |
---|
KolmogorovOneSampleEx1() |
public static void main(String[] arg)
Copyright © 2020 Rogue Wave Software. All rights reserved.