Class KolmogorovTwoSampleEx1

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

public class KolmogorovTwoSampleEx1 extends Object

Performs a Kolmogorov two-sample test.

This example performs the Kolmogorov two-sample test on two independent pseudorandom samples from a uniform\((0,1)\) distribution. Since the two theoretical distributions are identical, we would not expect to reject the null hypothesis.
See Also:
  • Constructor Details

    • KolmogorovTwoSampleEx1

      public KolmogorovTwoSampleEx1()
  • Method Details

    • main

      public static void main(String[] arg)