Hypothesis Tests for One Mean: Unknown Population Variance
How to perform a one-sample t-test for the population mean when the population variance is unknown: forming the t-statistic with the sample standard deviation, identifying the rejection region using the Student's t-distribution with n-1 degrees of freedom, and carrying out right-tailed, left-tailed, and two-tailed tests.
Tutorial
The One-Sample T-Test
When testing a hypothesis about a population mean , if the population variance is unknown -- which is the typical situation in practice -- we cannot use a z-test. Instead, we replace with the sample standard deviation . Assuming the underlying population is approximately normal, the resulting standardized statistic follows a Student's t-distribution with degrees of freedom.
The one-sample t-statistic is
The procedure mirrors the z-test, except that the critical value comes from the t-distribution. For a right-tailed test at significance level :
- State versus .
- Compute .
- Look up , the upper critical value with degrees of freedom.
- Reject if ; otherwise, fail to reject.
For example, suppose a sample of observations yields and , and we test versus at . Then
With df , the critical value is . Since , we fail to reject .