Mann-Whitney U Test
Nonparametric alternative to the two-sample t-test for independent samples.
Description
The Mann-Whitney U test (also Wilcoxon rank-sum test) is a nonparametric test that evaluates whether two independent samples come from the same distribution. It is based on the combined ranks of both samples and is used when the normality assumption of the t-test is not met. For large samples, a normal approximation is used for the p-value.
Formulas
Assumptions
- Samples are independent
- Observations are continuous (at least ordinal)
- Both distributions have the same shape (shift model)
Limitations
- Less powerful than the t-test for truly normal data
- Many ties can affect the test
References
- Mann, H. B. & Whitney, D. R. (1947), On a test of whether one of two random variables is stochastically larger than the other, Annals of Mathematical Statistics, 18(1), 50–60
- Hollander, M. & Wolfe, D. A. (2013), Nonparametric Statistical Methods, 3rd Ed.