-
Notifications
You must be signed in to change notification settings - Fork 0
Stats andersondarling
github-actions[bot] edited this page Sep 23, 2026
·
1 revision
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.4.0 — read its documentation.
Home › Stats › Hypothesis tests
The Anderson-Darling test: could this sample be normal?
The other normality test beside ShapiroWilk, and the one that keeps working
where Shapiro-Wilk's own reference stops: Royston's approximation is fitted over 3 ≤ n ≤ 5000,
where this statistic has no upper bound at all. It weighs the tails more heavily than the centre,
which is usually where a departure from normality matters, and is the reason the two disagree on
the same sample often enough to be worth running both.
| Member | What it does |
|---|---|
AndersonDarling.Test |
Tests a sample against the normal distribution, fitting its mean and spread. |