-
Notifications
You must be signed in to change notification settings - Fork 0
Stats wilcoxon
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 Wilcoxon signed-rank test on paired measurements.
The rank-based counterpart to TTest.Paired. What it does with a pair whose
difference is exactly zero is not a detail but part of the test's definition, which is why
ZeroMethod is a parameter and not a hidden convention.
| Member | What it does |
|---|---|
Wilcoxon.Paired |
Compares two paired samples by the ranks of their differences. |
Wilcoxon.OneSample |
Compares a sample of differences against a median of zero. |