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.
Constructor and Description |
---|
NormOneSampleEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.