One-Way ANOVA
Compares the means of k independent, normally distributed samples.
Description
One-way analysis of variance (One-Way ANOVA) tests whether the means of k ≥ 2 independent groups are all equal. The total variation SST is decomposed into the between-group variation SSB and the within-group variation SSW. The F-statistic compares the mean square between groups to the mean square within groups. A significant F-test (p < α) indicates that at least one group mean differs from the others — but does not say which.
Formulas
Assumptions
- Observations are independent
- Data within each group are normally distributed
- Variances are equal across groups (homogeneity of variance)
Limitations
- Use Welch ANOVA for substantially unequal variances
- Use Kruskal-Wallis for non-normal data
- Omnibus test only — does not identify which group differs (post-hoc tests required)
References
- Fisher, R. A. (1925), Statistical Methods for Research Workers
- NIST/SEMATECH e-Handbook of Statistical Methods, Section 7.4.3