Kruskal-Wallis — non-parametric ANOVA analog.
mediumAnswer
- Extends Mann-Whitney to k > 2 groups.
- Rank all data across groups, compute H = 12/(N(N+1)) * Σ ~ approximately.
- Null: all groups drawn from same distribution.
- If significant, follow up with pairwise Mann-Whitney with Bonferroni.
- Use for skewed / ordinal / non-normal data with 3+ groups.
Check yourself — multiple choice
- Only two groups
- Rank-based ANOVA analog for k > 2 groups; H ~ ; follow with pairwise Mann-Whitney + Bonferroni
- Same as ANOVA
- Requires normality
Kruskal-Wallis: non-param ANOVA on ranks.
#hypothesis-testing#non-parametric
Practise Statistics Fundamentals
215 interview questions in this topic.