- Home
- /
- Statistics
- /
- Compare
Mean vs Median
Mean and median both describe center, but they do not react to the same data patterns in the same way. The mean uses every value and moves when extreme values move. The median cares only about the middle position. That difference is what makes the choice matter.
What is Mean as Fair Share?
The mean (average) represents what each person would get if the total were divided equally among everyone. It is calculated by adding all values and dividing by the count, giving a single number that summarizes the center of the data.
π‘ Imagine 3 friends have 2, 4, and 9 candies. If they pool all candies (15 total) and share equally, each gets 5. That's the mean! It's the 'fair share' - what everyone would have if things were perfectly even.
What is Median?
The median is the middle value when all data points are arranged in order from smallest to largest. Half the values lie above it and half below. For an even number of values, the median is the average of the two middle values.
π‘ If you lined up your whole class by height, the median height is the person standing exactly in the middle. It's not affected by whether the tallest kid is 5'5" or 7 feet - the middle person stays the same.
Key Differences
| Aspect | Mean as Fair Share | Median |
|---|---|---|
| What it uses | Every value in the dataset contributes | Only the ordered middle position matters |
| Outliers | Sensitive to extreme values | Resistant to extreme values |
| Best for | Roughly symmetric data with no extreme distortion | Skewed data or data with strong outliers |
| Interpretation | Fair-share or balance-point idea | Middle value after sorting |
β οΈ Where People Get Stuck
- β’ Choosing mean automatically because it is the most familiar βaverageβ
- β’ Ignoring outliers that drag the mean away from a typical value
- β’ Forgetting to sort the data before identifying the median
- β’ Reporting only one measure of center without checking the shape of the distribution
A Simple Example
Household incomes in a neighborhood are $32,000$, $34,000$, $35,000$, $36,000$, and $400,000$.
Mean as Fair Share
Mean: the very large income pulls the average far upward, making the neighborhood seem richer than most households actually are.
Median
Median: the middle income is , which better matches the typical household in this set.
π― When to Use Which
Use the mean when the data are fairly balanced and you want a true average of all values. Use the median when outliers or skewness would make the mean misleading.
Related Concepts
Common Mistakes to Avoid
Related Comparisons
Range vs Interquartile Range
Compare range and interquartile range. Learn when full spread matters and when a resistant middle-spread measure is better.
Theoretical vs Experimental Probability
Compare theoretical and experimental probability. Learn when probability comes from mathematical reasoning and when it comes from observed trials.
Line of Best Fit vs Linear Regression
Compare the line of best fit and linear regression. Learn when an informal trend line becomes a fitted statistical model.