-
Notifications
You must be signed in to change notification settings - Fork 0
Stats shapirowilk
github-actions[bot] edited this page Sep 21, 2026
·
25 revisions
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 Shapiro-Wilk test for normality, by Royston's AS R94.
Written from Royston's 1995 published description and its published polynomial constants (Applied Statistics 44:547-551), not from any implementation of it.
The transform that turns the statistic into a p-value is fitted for 3 <= n <= 5000. Outside
that range there is no p-value to give, so this refuses rather than extrapolating a number a
reader would take at face value; scipy warns and answers anyway.
| Member | What it does |
|---|---|
ShapiroWilk.Test |
Tests whether a sample could have come from a normal distribution. |