Fiveable

📊Honors Statistics Unit 11 Review

QR code for Honors Statistics practice questions

11.6 Test of a Single Variance

11.6 Test of a Single Variance

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📊Honors Statistics
Unit & Topic Study Guides
Pep mascot

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.

Pep mascot
more resources to help you study

Test Statistic for Single Variance

The test statistic follows the chi-square (χ2\chi^2) distribution and compares your sample variance to a hypothesized population variance:

χ2=(n1)s2σ02\chi^2 = \frac{(n-1)s^2}{\sigma_0^2}

  • nn = sample size
  • s2s^2 = sample variance (calculated from your data)
  • σ02\sigma_0^2 = the hypothesized population variance (the value you're testing against)
  • n1n - 1 = degrees of freedom (dfdf)

Notice the structure: if s2s^2 is close to σ02\sigma_0^2, the ratio simplifies to roughly n1n - 1, which is the mean of a chi-square distribution with n1n - 1 degrees of freedom. A test statistic much larger or smaller than n1n - 1 signals that the sample variance deviates from the hypothesized value.

Steps to calculate:

  1. Record your sample size nn and compute the sample variance s2s^2.
  2. Identify the hypothesized population variance σ02\sigma_0^2 from the problem.
  3. Plug into the formula: multiply (n1)(n-1) by s2s^2, then divide by σ02\sigma_0^2.

Quick example: A manufacturer claims the variance of bolt lengths is σ02=0.04 mm2\sigma_0^2 = 0.04 \text{ mm}^2. You sample 20 bolts and find s2=0.065 mm2s^2 = 0.065 \text{ mm}^2.

χ2=(201)(0.065)0.04=1.2350.04=30.875\chi^2 = \frac{(20-1)(0.065)}{0.04} = \frac{1.235}{0.04} = 30.875

With df=19df = 19, 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:

H0:σ2=σ02H_0: \sigma^2 = \sigma_0^2

The alternative hypothesis takes one of three forms depending on what you're investigating:

  • Right-tailed (Ha:σ2>σ02H_a: \sigma^2 > \sigma_0^2): 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 (Ha:σ2<σ02H_a: \sigma^2 < \sigma_0^2): You suspect the true variance is smaller than claimed. Example: a new manufacturing process is supposed to reduce variability.
  • Two-tailed (Ha:σ2σ02H_a: \sigma^2 \neq \sigma_0^2): 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.

Test statistic for single variance, Variance - Wikipedia

Interpretation of Results

Once you've calculated χ2\chi^2, compare it to the critical value(s) from the chi-square table using your significance level α\alpha and df=n1df = n - 1.

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 H0H_0 if χ2>χα2\chi^2 > \chi^2_{\alpha} (the critical value that puts α\alpha in the right tail).
  • Otherwise, fail to reject H0H_0. There's not enough evidence that the variance exceeds the hypothesized value.

Left-tailed test:

  • Reject H0H_0 if χ2<χ1α2\chi^2 < \chi^2_{1-\alpha} (the critical value that puts α\alpha in the left tail).
  • Otherwise, fail to reject H0H_0. There's not enough evidence that the variance is less than the hypothesized value.

Two-tailed test:

  • Reject H0H_0 if χ2<χ1α/22\chi^2 < \chi^2_{1-\alpha/2} or χ2>χα/22\chi^2 > \chi^2_{\alpha/2}.
  • Otherwise, fail to reject H0H_0. 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 α\alpha. If pαp \leq \alpha, reject H0H_0. For two-tailed tests, remember to double the one-tail probability.

Returning to the bolt example: With χ2=30.875\chi^2 = 30.875, df=19df = 19, and α=0.05\alpha = 0.05 on a right-tailed test, the critical value is approximately χ0.052=30.144\chi^2_{0.05} = 30.144. Since 30.875>30.14430.875 > 30.144, you reject H0H_0 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 ss or σ0\sigma_0, 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 α=0.05\alpha = 0.05, you look up χ0.952\chi^2_{0.95}, not χ0.052\chi^2_{0.05}. The subscript refers to the area to the right of the critical value.