Stats mannwhitney - 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.

HomeStatsHypothesis tests

MannWhitney

The Mann-Whitney U test: do two independent samples come from one distribution?

The rank-based counterpart to TTest.Independent: it assumes nothing about the shape of either distribution, only that a value from one can be compared with a value from the other.

Members

Member What it does
MannWhitney.Test Compares two independent samples by their ranks.