What 'non-parametric' means and why we need it
A test that makes no assumption about the shape of the population — it works on ranks or signs, not on a normal model.
The key idea. Earlier tests — the -test and -test — assume the population is normally distributed. If that assumption is false (the data are skewed, or you simply have no reason to believe normality), those tests are not valid. A non-parametric test (also called distribution-free) makes no assumption about the shape of the population.
What do they test instead of the mean? Because we no longer have a tidy normal model, we stop talking about the mean and instead test the median — the middle value, which always exists and is meaningful for any distribution.
The trade-off. Non-parametric tests are more robust (they work in more situations) but, when the data really are normal, they are slightly less powerful than the matching parametric test — they are a little more likely to miss a real effect. You use them precisely when normality cannot be assumed.
The three tests you must know (and choose between):
- Sign test — uses only the sign of each difference. Weakest assumptions, lowest power.
- Wilcoxon signed-rank test — uses signs and ranks of the sizes of the differences. Needs a symmetric distribution.
- Wilcoxon rank-sum (Mann–Whitney) test — for two independent samples; pools and ranks everything.
Cambridge tip. If a question says "it cannot be assumed that the population is normally distributed", that is your cue to reach for a non-parametric test — and to state the hypotheses in terms of the median .
- Non-parametric = distribution-free: no normality assumption.
- Tests the median , not the mean .
- Slightly less powerful than a -test when data ARE normal — the price of robustness.
See the full worked example for situations for non-parametric tests →