Chi-Square Variance Test
Tests whether the population variance equals a hypothesized value (one-sample variance test).
Description
The chi-square variance test evaluates the null hypothesis that the variance of a normally distributed population equals a specified value σ₀². The test statistic χ² = (n−1)·s²/σ₀² follows a chi-squared distribution with n−1 degrees of freedom. The test requires normally distributed data — for non-normal data, a bootstrap approach should be used.
Formulas
Assumptions
- Data are normally distributed
- Observations are independent
- Continuous data
Limitations
- Sensitive to departures from normality
- For non-normal data, prefer Levene test or bootstrap methods
References
- Montgomery, D. C. (2019), Introduction to Statistical Quality Control, 8th Ed., Chapter 4
- NIST/SEMATECH e-Handbook of Statistical Methods, Section 7.2.3.2