Stats wilcoxon - CyrilB1531/lodestar GitHub Wiki
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
Wilcoxon
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.
Members
| 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. |