---
title: "Welch's ANOVA (one-way, heteroscedastic)"
method_id: SM.DIF.PAR.KIND.WANOVA
family: Difference
version: 1.1.0
date_modified: 2026-06-18
canonical: https://clarus.ofrencber.com/library/welch_anova.md
source: Clarus method library
---

# Welch's ANOVA (one-way, heteroscedastic)

> A classical statistical method in the Clarus library (Difference family).
> Clarus selects, assumption-checks and runs this method on your data with a
> deterministic rule engine and real numerical libraries (scipy / statsmodels);
> it never generates numbers, citations or results.

**Also known as:** Welch's F test; Welch one-way ANOVA; heteroscedastic one-way ANOVA.

## Hypotheses

- **Null (H0):** mu_1 = mu_2 = ... = mu_k
- **Alternative (H1):** At least one group mean differs (not all mu_j are equal).

## When to use it

Use this method when your goal is to:
- compare three or more independent group means
- compare means with unequal variances

## Data it expects

- **dependent:** 1 continuous
- **independent:** 1 nominal/3+ levels
- **pairing:** independent

## Assumptions Clarus checks

- **normality** (gate: shapiro_wilk; severity: warning; on violation: reroute)
- **independence** (severity: error; on violation: warn_only)

## Effect size reported

- **omega squared** (Hays (1963); Kirk (1996))

## Honest limitations

- Welch's F tells you only that at least one group mean differs — use the Games-Howell post-hoc to learn which groups differ.
- A significant difference is not causal unless groups were formed by random assignment.
- Large samples can turn a trivially small mean difference into a significant result — always read omega-squared.
- Welch's ANOVA handles unequal variances but still assumes independent observations and approximate within-group normality (or large n).
- Results generalize only to the sampled population.

## Primary sources

- Welch, B. L. (1951). On the comparison of several mean values: an alternative approach. Biometrika, 38(3/4), 330-336. https://doi.org/10.2307/2332579
- Games, P. A., & Howell, J. F. (1976). Pairwise multiple comparison procedures with unequal n's and/or variances: A Monte Carlo study. Journal of Educational Statistics, 1(2), 113-125. https://doi.org/10.2307/1164979
- Kirk, R. E. (1996). Practical significance: A concept whose time has come. Educational and Psychological Measurement, 56(5), 746-759. https://doi.org/10.1177/0013164496056005002
- Field, A. (2013). Discovering Statistics Using IBM SPSS Statistics (4th ed.). Sage.
- Delacre, M., Leys, C., Mora, Y. L., & Lakens, D. (2019). Taking parametric assumptions seriously: Arguments for the use of Welch's F-test instead of the classical F-test in one-way ANOVA. International Review of Social Psychology, 32(1), 13. https://doi.org/10.5334/irsp.198
- Cohen, J. (1988). Statistical Power Analysis for the Behavioral Sciences (2nd ed.). Lawrence Erlbaum.
- Maxwell, S. E., Delaney, H. D., & Kelley, K. (2018). Designing Experiments and Analyzing Data (3rd ed.). Routledge.

## How to cite this

To cite this Clarus method page (the page itself — for the method's own primary sources, see above):

**Plain text**

Clarus, "Welch's ANOVA (one-way, heteroscedastic)", version 1.1.0, Clarus method library, 2026. https://clarus.ofrencber.com/library/welch_anova.md

**APA**

Clarus. (2026). Welch's ANOVA (one-way, heteroscedastic) (Version 1.1.0) [Statistical method, Clarus method library]. Retrieved from https://clarus.ofrencber.com/library/welch_anova.md

**BibTeX**

```bibtex
@misc{clarus-welch-anova,
  author       = {Clarus},
  title        = {Welch's ANOVA (one-way, heteroscedastic)},
  howpublished = {Clarus method library},
  version      = {1.1.0},
  year         = {2026},
  url          = {https://clarus.ofrencber.com/library/welch_anova.md}
}
```

_No DOI is minted for Clarus method pages yet; this citation uses the canonical URL, version and date. Cite the primary sources above for the method's scientific provenance._

---

METHOD SM.DIF.PAR.KIND.WANOVA · VERSION 1.1.0 · UPDATED 2026-06-18 · SOURCE Clarus method library
