Two-Group Comparisons

Mood's Median Test: Comparing Medians Without Distributional Assumptions

Mood's median test compares medians across two or more groups with minimal assumptions. Learn when it beats Mann-Whitney, its limitations, and better alternatives.

Share
Mood's Median Test: Comparing Medians Without Distributional Assumptions

Quick Hits

  • Tests whether two or more groups have the same median
  • Extremely robust: works with any distribution shape
  • Low power compared to Mann-Whitney or the t-test
  • Converts data to above/below grand median, then uses chi-square
  • Best for very non-standard distributions where other tests fail

Mood's median test is the simplest and most robust non-parametric test for comparing group medians. It works by converting all observations to a binary indicator (above or below the grand median) and then applying a chi-square test.

How It Works

  1. Compute the grand median of all observations pooled across groups
  2. For each group, count how many observations are above and below the grand median
  3. Arrange counts in a contingency table
  4. Apply a chi-square test (or Fisher's exact test for small samples)

If the groups have the same median, you expect roughly equal proportions above and below in each group.

When to Use It

  • Extreme outliers are present that distort rank-based tests
  • Very non-standard distributions where even Mann-Whitney U assumptions (similar shapes) are questionable
  • Quick robustness check to see if a finding holds under the weakest possible assumptions

Limitations

The main limitation is low statistical power. By reducing each observation to a binary indicator, Mood's median test throws away most of the information in the data. In head-to-head comparisons:

Test Power Robustness Assumptions
T-test Highest Lowest Normality, equal variance
Mann-Whitney High High Similar shapes
Mood's Median Lowest Highest None

For most practical situations, Mann-Whitney U or Kruskal-Wallis provides the best balance.

See also: Comparing Medians: Statistical Tests and Better Options for a broader discussion of median comparison approaches.


References

  1. https://www.itl.nist.gov/div898/software/dataplot/refman2/auxillar/meditest.htm
  2. https://real-statistics.com/non-parametric-tests/median-test/

Frequently Asked Questions

When should I use Mood's median test instead of Mann-Whitney?
Mood's median test is more robust to extreme outliers because it only uses whether each observation is above or below the grand median, discarding all magnitude information. Use it when you suspect extreme outliers are driving other test results. For most situations, Mann-Whitney is more powerful.
Can I use Mood's median test with more than two groups?
Yes. The test generalizes to any number of groups, similar to Kruskal-Wallis. It uses a chi-square test on the contingency table of above/below median counts across groups.
Why is Mood's median test less powerful?
By converting each observation to just above/below the median, it throws away most of the information in the data. Mann-Whitney uses ranks (more information) and the t-test uses actual values (most information). The trade-off is maximum robustness for minimum power.

Key Takeaway

Mood's median test is the most robust group comparison test available, but also the least powerful. Use it as a last resort when extreme outliers or bizarre distributions make other non-parametric tests unreliable. For most situations, Mann-Whitney or Kruskal-Wallis provides a better balance of robustness and power.

Send to a friend

Share this with someone who loves clean statistical work.