Test of a Single Variance
The chi-square test of a single variance lets you determine whether the variability in a sample is consistent with a claimed population variance. This matters whenever the spread of data is just as important as the center, such as in quality control, where a machine needs to produce parts with consistent measurements.

Test Statistic for Single Variance
The test statistic follows the chi-square () distribution and compares your sample variance to a hypothesized population variance:
- = sample size
- = sample variance (calculated from your data)
- = the hypothesized population variance (the value you're testing against)
- = degrees of freedom ()
Notice the structure: if is close to , the ratio simplifies to roughly , which is the mean of a chi-square distribution with degrees of freedom. A test statistic much larger or smaller than signals that the sample variance deviates from the hypothesized value.
Steps to calculate:
- Record your sample size and compute the sample variance .
- Identify the hypothesized population variance from the problem.
- Plug into the formula: multiply by , then divide by .
Quick example: A manufacturer claims the variance of bolt lengths is . You sample 20 bolts and find .
With , you'd compare this to a chi-square critical value to make your decision.
Assumptions to keep in mind: This test requires that the underlying population is approximately normal. The chi-square test for variance is more sensitive to non-normality than many other tests, so check that assumption before proceeding.
Hypotheses for Population Variance Tests
The null hypothesis always states that the population variance equals a specific value:
The alternative hypothesis takes one of three forms depending on what you're investigating:
- Right-tailed (): You suspect the true variance is larger than claimed. Example: a teacher thinks exam scores are more spread out than the department claims.
- Left-tailed (): You suspect the true variance is smaller than claimed. Example: a new manufacturing process is supposed to reduce variability.
- Two-tailed (): You suspect the true variance is different in either direction. Example: you simply want to verify whether a stated variance is accurate.
The direction you choose must be determined before collecting data, based on the research question.

Interpretation of Results
Once you've calculated , compare it to the critical value(s) from the chi-square table using your significance level and .
The chi-square distribution is not symmetric, so left-tailed and right-tailed critical values are looked up differently. Pay close attention to which tail you're working with.
Right-tailed test:
- Reject if (the critical value that puts in the right tail).
- Otherwise, fail to reject . There's not enough evidence that the variance exceeds the hypothesized value.
Left-tailed test:
- Reject if (the critical value that puts in the left tail).
- Otherwise, fail to reject . There's not enough evidence that the variance is less than the hypothesized value.
Two-tailed test:
- Reject if or .
- Otherwise, fail to reject . There's not enough evidence that the variance differs from the hypothesized value.
Using p-values instead: You can also find the p-value associated with your test statistic and compare it directly to . If , reject . For two-tailed tests, remember to double the one-tail probability.
Returning to the bolt example: With , , and on a right-tailed test, the critical value is approximately . Since , you reject and conclude there's sufficient evidence that the variance of bolt lengths exceeds the manufacturer's claim.
Common Mistakes to Avoid
- Using standard deviation instead of variance. If a problem gives you or , square them before plugging into the formula.
- Forgetting the normality assumption. This test doesn't work well with skewed or heavy-tailed populations, especially at small sample sizes.
- Mixing up tail directions on the chi-square table. For a left-tailed test at , you look up , not . The subscript refers to the area to the right of the critical value.