statys.tests.wilcoxon¶
Wilcoxon-related tests.
-
statys.tests.wilcoxon.rank_sum(dist, alpha=0.05)¶ Performs the Wilcoxon rank-sum test.
- Parameters
dist (Distribution) – Distribution to be analyzed.
alpha (float) – Significance value.
- Returns
Dictionary holding the test’s outputs.
-
statys.tests.wilcoxon.signed_rank(dist, alpha=0.05)¶ Performs the Wilcoxon signed-rank test.
- Parameters
dist (Distribution) – Distribution to be analyzed.
alpha (float) – Significance value.
- Returns
Dictionary holding the test’s outputs.