Bartlett's Test

Parametric test for equality of variances of k ≥ 2 normally distributed samples.

Statusvalidated
Version1.0.0
Minitab equivalentStat > ANOVA > Test for Equal Variances (Bartlett)

Description

Bartlett's test examines whether the variances of k independent groups are all equal. It compares the pooled variance s²ₚ to the individual group variances via a χ²-statistic with correction factor C. Bartlett is more powerful than Levene when the data are truly normally distributed — but sensitive to departures from normality. For non-normal data, use Levene-k (Brown-Forsythe) instead.

Formulas

T
Test statistic (χ²-distributed with k−1 degrees of freedom)
C
Correction factor
s²ₚ
Pooled variance
H₀
Null hypothesis: All group variances are equal

Assumptions

  • Observations are independent
  • Data within each group are normally distributed

Limitations

  • Very sensitive to departures from normality — prefer Levene-k for non-normal data
  • χ² approximation inaccurate for very small samples

References

  • Bartlett, M. S. (1937), Properties of sufficiency and statistical tests, Proc. R. Soc. London A, 160(901), 268–282
  • NIST/SEMATECH e-Handbook of Statistical Methods, Section 1.3.5.7