Fatskills
Practice. Master. Repeat.
Study Guide: Introductory Statistics: Advanced Topics Non-parametric Tests Mann-Whitney U Wilcoxon Kruskal-Wallis When to Use
Source: https://www.fatskills.com/statistics-101/chapter/introductorystatistics-introductory-statistics-advanced-topics-non-parametric-tests-mann-whitney-u-wilcoxon-kruskal-wallis-when-to-use

Introductory Statistics: Advanced Topics Non-parametric Tests Mann-Whitney U Wilcoxon Kruskal-Wallis When to Use

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

What Is This?

Non-parametric tests are statistical methods used to analyze data that do not meet the assumptions required for parametric tests, such as normality. They are particularly useful for ordinal data or when the sample size is small. This topic appears in exams because it tests your ability to choose the appropriate statistical method based on the characteristics of your data. Questions typically involve identifying the correct test to use given a scenario and interpreting the results.

Why It Matters

This topic is frequently tested in statistics, research methods, and data analysis exams. It can carry a significant portion of the marks, often around 10-20%, and tests your ability to apply statistical reasoning and make data-driven decisions. It is crucial for roles in data science, market research, and any field requiring statistical analysis.

Core Concepts

  • Non-parametric tests do not assume a specific distribution for the data.
  • Mann-Whitney U Test: Used to compare differences between two independent groups when the dependent variable is either ordinal or continuous, but not normally distributed.
  • Wilcoxon Test: Used for comparing two paired groups or a single group at two different times.
  • Kruskal-Wallis Test: Used to compare differences among three or more independent groups.
  • Distinction: Parametric tests assume normality; non-parametric tests do not. Examiners often test your ability to distinguish between these.

Prerequisites

  • Understanding of basic statistical concepts such as mean, median, and mode.
  • Familiarity with hypothesis testing and p-values.
  • Knowledge of data distributions and the concept of normality.

If these are missing, you may misapply tests or misinterpret results, leading to incorrect conclusions.

The Rule-Book (How It Works)


Mann-Whitney U Test

  • Primary Rule: Use when comparing two independent groups with ordinal or non-normally distributed data.
  • Sub-rules:
  • Ensure data is ordinal or continuous but not normally distributed.
  • Groups must be independent.
  • Mnemonic: "Mann-Whitney for Two Independents."

Wilcoxon Test

  • Primary Rule: Use for paired or repeated measures data.
  • Sub-rules:
  • Data should be ordinal or continuous but not normally distributed.
  • Groups must be paired or the same group measured at two different times.
  • Mnemonic: "Wilcoxon for Paired or Repeated."

Kruskal-Wallis Test

  • Primary Rule: Use when comparing three or more independent groups.
  • Sub-rules:
  • Data should be ordinal or continuous but not normally distributed.
  • Groups must be independent.
  • Mnemonic: "Kruskal-Wallis for Three or More Independents."

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type or Real-World Task Type: Multiple choice, short answer, data interpretation

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Mann-Whitney U Test:
  2. Formula: ( U = n_1 n_2 + \frac{n_1(n_1 + 1)}{2} - R_1 )
  3. Where ( n_1 ) and ( n_2 ) are the sample sizes, and ( R_1 ) is the sum of the ranks for the first sample.

  4. Wilcoxon Test:

  5. Formula: ( W = \min(W^+, W^-) )
  6. Where ( W^+ ) and ( W^- ) are the sums of the positive and negative ranks, respectively.

  7. Kruskal-Wallis Test:

  8. Formula: ( H = \frac{12}{N(N+1)} \sum_{i=1}^k \frac{R_i^2}{n_i} - 3(N+1) )
  9. Where ( N ) is the total number of observations, ( k ) is the number of groups, ( R_i ) is the sum of the ranks in the ith group, and ( n_i ) is the number of observations in the ith group.

Worked Examples (Step-by-Step)


Easy

Question: You have two independent groups of test scores that are not normally distributed. Which test should you use to compare the groups?

Step-by-Step: 1. Identify that the data is not normally distributed.
2. Recognize that the groups are independent.
3. Apply the rule for comparing two independent groups with non-normal data.

Answer: Mann-Whitney U Test

Medium

Question: You have data from a pre-test and post-test on the same group of students, and the data is ordinal. Which test should you use?

Step-by-Step: 1. Identify that the data is ordinal.
2. Recognize that the groups are paired (pre-test and post-test).
3. Apply the rule for paired or repeated measures data.

Answer: Wilcoxon Test

Hard

Question: You have three independent groups of customer satisfaction ratings that are not normally distributed. Which test should you use to compare the groups?

Step-by-Step: 1. Identify that the data is not normally distributed.
2. Recognize that there are three independent groups.
3. Apply the rule for comparing three or more independent groups.

Answer: Kruskal-Wallis Test

Common Exam Traps & Mistakes

  1. Mistake: Using a parametric test for non-normal data.
  2. Wrong Answer: t-test for two independent groups with non-normal data.
  3. Correct Approach: Use Mann-Whitney U Test.

  4. Mistake: Not recognizing paired data.

  5. Wrong Answer: Mann-Whitney U Test for pre-test and post-test data.
  6. Correct Approach: Use Wilcoxon Test.

  7. Mistake: Applying Kruskal-Wallis for two groups.

  8. Wrong Answer: Kruskal-Wallis Test for two independent groups.
  9. Correct Approach: Use Mann-Whitney U Test.

  10. Mistake: Ignoring the distribution of data.

  11. Wrong Answer: ANOVA for non-normal data.
  12. Correct Approach: Use Kruskal-Wallis Test.

Shortcut Strategies & Exam Hacks

  • Memory Aid: "Mann for Two, Wilcoxon for Pairs, Kruskal for More."
  • Elimination Strategy: If data is non-normal, eliminate parametric tests.
  • Pattern Recognition: Look for keywords like "independent," "paired," and "non-normal" to quickly identify the correct test.

Question-Type Taxonomy

  1. Multiple Choice: Identify the correct test based on a scenario.
  2. Mini-Example: Which test should you use for two independent groups with non-normal data?
  3. Favored By: Statistics exams

  4. Short Answer: Explain why a specific test is appropriate.

  5. Mini-Example: Why would you use the Mann-Whitney U Test for this data set?
  6. Favored By: Research methods exams

  7. Data Interpretation: Analyze a data set and choose the correct test.

  8. Mini-Example: Given the following data, which test should you use?
  9. Favored By: Data analysis exams

Practice Set (MCQs)


Question 1

Question: You have two independent groups of data that are not normally distributed. Which test should you use?

Options: A) t-test B) Mann-Whitney U Test C) Chi-square test D) ANOVA

Correct Answer: B) Mann-Whitney U Test

Explanation: The Mann-Whitney U Test is used for comparing two independent groups with non-normal data.

Why the Distractors Are Tempting: - A) t-test: Often used for two groups but requires normality.
- C) Chi-square test: Used for categorical data, not continuous.
- D) ANOVA: Used for more than two groups.

Question 2

Question: You have pre-test and post-test data from the same group of participants, and the data is ordinal. Which test should you use?

Options: A) Mann-Whitney U Test B) Wilcoxon Test C) Kruskal-Wallis Test D) Paired t-test

Correct Answer: B) Wilcoxon Test

Explanation: The Wilcoxon Test is used for paired or repeated measures data that is ordinal.

Why the Distractors Are Tempting: - A) Mann-Whitney U Test: Used for independent groups.
- C) Kruskal-Wallis Test: Used for more than two groups.
- D) Paired t-test: Requires normality.

Question 3

Question: You have three independent groups of data that are not normally distributed. Which test should you use?

Options: A) t-test B) Mann-Whitney U Test C) Wilcoxon Test D) Kruskal-Wallis Test

Correct Answer: D) Kruskal-Wallis Test

Explanation: The Kruskal-Wallis Test is used for comparing three or more independent groups with non-normal data.

Why the Distractors Are Tempting: - A) t-test: Used for two groups and requires normality.
- B) Mann-Whitney U Test: Used for two groups.
- C) Wilcoxon Test: Used for paired data.

Question 4

Question: You have two independent groups of data that are normally distributed. Which test should you use?

Options: A) t-test B) Mann-Whitney U Test C) Chi-square test D) ANOVA

Correct Answer: A) t-test

Explanation: The t-test is used for comparing two independent groups with normally distributed data.

Why the Distractors Are Tempting: - B) Mann-Whitney U Test: Used for non-normal data.
- C) Chi-square test: Used for categorical data.
- D) ANOVA: Used for more than two groups.

Question 5

Question: You have data from four independent groups that are not normally distributed. Which test should you use?

Options: A) t-test B) Mann-Whitney U Test C) Wilcoxon Test D) Kruskal-Wallis Test

Correct Answer: D) Kruskal-Wallis Test

Explanation: The Kruskal-Wallis Test is used for comparing four or more independent groups with non-normal data.

Why the Distractors Are Tempting: - A) t-test: Used for two groups and requires normality.
- B) Mann-Whitney U Test: Used for two groups.
- C) Wilcoxon Test: Used for paired data.

30-Second Cheat Sheet

  • Use Mann-Whitney U Test for two independent groups with non-normal data.
  • Use Wilcoxon Test for paired or repeated measures data.
  • Use Kruskal-Wallis Test for three or more independent groups with non-normal data.
  • Non-parametric tests do not assume normality.
  • Always check for independence and data distribution.

Learning Path

  1. Beginner Foundation: Review basic statistical concepts and hypothesis testing.
  2. Core Rules: Learn the primary rules and formulas for Mann-Whitney U, Wilcoxon, and Kruskal-Wallis tests.
  3. Practice: Work through examples and practice problems.
  4. Timed Drills: Solve problems under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Parametric Tests: Often compared with non-parametric tests; understand when to use each.
  2. Hypothesis Testing: Foundational concept for understanding non-parametric tests.
  3. Data Distribution: Crucial for determining the appropriate test to use.


ADVERTISEMENT