Class KolmogorovOneSampleEx1

java.lang.Object
com.imsl.test.example.stat.KolmogorovOneSampleEx1

public class KolmogorovOneSampleEx1 extends Object

Performs a Kolmogorov one-sample test.

In this example, a random sample of size \(n=100\) is generated using class Random 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)\).
See Also:
  • Constructor Details

    • KolmogorovOneSampleEx1

      public KolmogorovOneSampleEx1()
  • Method Details

    • main

      public static void main(String[] arg)