Non-parametric tests
CIE A-Level Further MathematicsΒ· 15 min read
1. When to use non-parametric testsβ β ββββ± 3 min
Non-parametric (distribution-free) tests do not require the underlying population to follow a specific known distribution. They are the appropriate choice when assumptions required for parametric tests are violated.
Non-parametric test
A hypothesis test that makes no assumptions about the shape or parameters of the population distribution the sample is drawn from.
Example:
Used when testing the median of a heavily skewed population with small sample size.
Data is ordinal (ranked but not continuous numerical)
Population distribution is known to be non-normal
Sample size is too small to confirm normality
Testing a claim about a population median rather than mean
A researcher wants to test if the median annual income in a town is greater than $50,000. Incomes are heavily right-skewed, sample size is 7. Should a non-parametric test be used?
- 1
Check assumptions for a parametric t-test for the mean:
- 2
The population distribution is heavily skewed, so normality assumption is violated. Small sample size means the Central Limit Theorem does not apply.
- 3
The claim is about the median, not the mean.
- 4
Conclusion: Yes, a non-parametric test is appropriate here.
2. Sign Testβ β ββββ± 4 min
Sign Test
= number of positive signs, = number of non-zero differences
A simple non-parametric test used to test claims about a population median, or median difference for paired data.
Example:
Testing whether median customer satisfaction score is above 3/5.
The test works by calculating the difference between each observation and the null median. Values above the null get a sign, values below get a , values equal are discarded. Under the null hypothesis, .
Test at 5% significance whether the median mass of a rabbit is greater than 1.5kg. A sample of 8 rabbits gives masses: [1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9]
- 1
State hypotheses: , , where is population median.
- 2
Calculate differences and signs: 1 zero difference (discarded), 3 negative differences, 4 positive differences. , .
- 3
Under , . Calculate .
- 4
Compare to significance: .
- 5
Conclusion: Insufficient evidence to reject , cannot conclude median mass is greater than 1.5kg.
3. Wilcoxon Signed-Rank Testβ β β βββ± 4 min
The Wilcoxon signed-rank test is a more powerful alternative to the sign test for paired data or single sample median tests, when differences are approximately symmetric. It accounts for the magnitude of differences, not just their sign.
Wilcoxon Signed-Rank Test
Non-parametric test for median difference in paired data that uses rank of difference magnitudes to calculate the test statistic.
Example:
Testing whether a new fertilizer increases median crop yield compared to an old fertilizer, paired by field.
6 paired observations have differences, with positive differences having ranks 2, 3, 5, 6 and negative differences having ranks 1, 4. Calculate the test statistic and test at 5% one-tailed, critical value = 1.
- 1
Sum the ranks of all positive differences to get : .
- 2
Recall the rejection rule for CIE exams: reject if critical value.
- 3
Compare: , so we fail to reject the null hypothesis.
- 4
Conclusion: There is insufficient evidence at 5% significance that median difference is greater than zero.
4. Mann-Whitney U Testβ β β β ββ± 4 min
The Mann-Whitney U test is the non-parametric alternative to the unpaired two-sample t-test, used to test for a difference in medians between two independent samples.
Mann-Whitney U Test
For sample sizes , , ,
Non-parametric test for difference in medians between two independent samples.
Two independent samples have sizes , . The sum of ranks for sample 1 is . Calculate the test statistic U, for a two-tailed 5% test with critical value 2.
- 1
Calculate using the formula: .
- 2
Calculate .
- 3
Test statistic is the smaller of and : .
- 4
Reject if critical value: , so fail to reject .
- 5
Conclusion: No significant difference between the two population medians at 5% significance.
5. Common Pitfalls
Wrong move:
Using a non-parametric test when parametric test assumptions are satisfied.
Why:
Non-parametric tests have lower statistical power than equivalent parametric tests, so you are more likely to miss a true effect.
Correct move:
Only use non-parametric tests when parametric assumptions are clearly violated, or data is ordinal.
Wrong move:
Keeping zero differences in the sample size n for sign or signed-rank tests.
Why:
Zero differences give no information about whether the median is above or below the null value, so they must be excluded.
Correct move:
Discard all zero differences, and reduce n by the number of discarded values before calculating the test statistic.
Wrong move:
Rejecting the null hypothesis when the test statistic is greater than the critical value for Wilcoxon or Mann-Whitney tests.
Why:
For all rank-based non-parametric tests in CIE 9231, smaller test statistics provide stronger evidence against the null.
Correct move:
Always reject if test statistic critical value, for both tests.
Wrong move:
Using the sign test instead of Wilcoxon signed-rank when differences are symmetric.
Why:
The sign test only uses the direction of differences, not their size, so it is less powerful than Wilcoxon when symmetry holds.
Correct move:
Use Wilcoxon signed-rank for paired data when differences are approximately symmetric.
Wrong move:
Assigning different ranks to tied values instead of the average rank.
Why:
Incorrect ranking leads to an incorrect test statistic and wrong conclusion about the null hypothesis.
Correct move:
Assign the average of the relevant ranks to all tied values, then proceed with the test as normal.
6. Quick Reference Cheatsheet
Test Name | Use Case | Test Statistic | Rejection Rule |
|---|---|---|---|
Sign Test | Single median / paired median difference | = number of positive differences | Reject if p-value |
Wilcoxon Signed-Rank | Paired median difference (symmetric) | = sum of ranks of positive differences | Reject if |
Mann-Whitney U | Two independent samples, difference in medians | Reject if |
When this came up on past exams
AI-estimated based on syllabus patterns β cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2022 Β· 2
Mann-Whitney U test question
- 2023 Β· 2
Wilcoxon signed-rank test
- 2021 Β· 2
Justify non-parametric test use
Going deeper
What's Next
Non-parametric tests fill a key gap in your hypothesis testing toolkit, allowing you to answer research questions when the strict assumptions of parametric tests cannot be met. For CIE 9231 exams, you will often be asked to both justify the use of a non-parametric test and carry out the full test calculation, so practicing ranking and test statistic calculation is critical. The concepts of ranking you learned here also underpin other non-parametric methods you will study next. This sub-topic connects closely to core hypothesis testing concepts you have already mastered, so revisiting those will help you consolidate your understanding of non-parametric tests.
