-
Notifications
You must be signed in to change notification settings - Fork 0
Stats fligner
github-actions[bot] edited this page Sep 25, 2026
·
1 revision
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.5.0 — read its documentation.
Home › Stats › Hypothesis tests
The Fligner-Killeen test: do several groups share one variance?
The third equality-of-variance test beside Levene and Bartlett,
and the one that ranks: each group's absolute deviations from its centre are ranked together,
turned into normal scores, and compared across groups by a χ² statistic. Ranking is what makes it
hold up where the data are neither normal nor free of outliers.
| Member | What it does |
|---|---|
Fligner.Test |
Compares the spread of two or more groups. |