Stats 0.2.0 wilcoxon - CyrilB1531/lodestar GitHub Wiki
Lodestar.Stats 0.2.0. This page is frozen at that release. Read the current documentation for what
mainsays now. A link to a decision or a migration page followsmain, and leaves the archive.
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. |