Class NormTwoSampleEx1

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

public class NormTwoSampleEx1 extends Object

Performs a hypothesis test for the difference in means of two normal distributions.

This example taken from Conover and Iman (1983) p294, involves scores on arithmetic tests of two grade-school classes.

See Also:
  • Constructor Details

    • NormTwoSampleEx1

      public NormTwoSampleEx1()
  • Method Details

    • main

      public static void main(String[] args)