Wilcoxon signed-rank test — setup.
mediumAnswer
- Non-parametric alternative to the paired t-test.
- Compute differences , |, sum ranks separately for positive and negative differences.
- Null: distribution of differences is symmetric around zero.
- Robust to non-normal differences, sensitive to outliers still (unlike sign test).
- Uses ranks so drops information but keeps power when normality is doubtful.
Check yourself — multiple choice
- Independent samples
- Non-parametric paired test: sign + rank |; null = differences symmetric around 0; more robust than paired t under non-normality
- Requires normality
- Same as Mann-Whitney
Wilcoxon signed-rank: non-param paired test on |.
#hypothesis-testing#non-parametric
Practise Statistics Fundamentals
215 interview questions in this topic.