EasyDeepLearn

How do you test equality of variances?

medium

Answer

  • Bartlett: assumes normality; sensitive to non-normality.
  • Levene: uses absolute deviations from mean or median (Brown-Forsythe uses median); more robust.
  • F-test of variances: strictly two-sample under normality.
  • Use Levene (with median) as the safe default.
  • Purpose: check equal-variance assumption for ANOVA / pooled t-test; if violated, use Welch's variants.
Check yourself — multiple choice
  • Same test
  • Bartlett: normality-sensitive; Levene (mean or median-based): robust default; needed to check ANOVA / t-test equal-variance assumption
  • Only F-test
  • Never useful

Equal-variance tests: Levene (robust default); Bartlett (normal-sensitive).

#hypothesis-testing#parametric-tests

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions