Class NormOneSampleEx1

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

public class NormOneSampleEx1 extends Object

Performs a hypothesis test for the mean of a normal distribution.

This example uses data from Devore (1982, p335), which is based on data published in the Journal of Materials. There are \(15\) observations. The hypothesis \(H_0: \mu = 20.0\) is tested. The extremely large t value and the correspondingly small p-value provide strong evidence to reject the null hypothesis.

See Also:
  • Constructor Details

    • NormOneSampleEx1

      public NormOneSampleEx1()
  • Method Details

    • main

      public static void main(String[] args)