๐ Mean vs Median vs Mode in Skewed Data (With Intuition + Math)
Understanding how mean, median, and mode behave in skewed data is one of the most important concepts in statistics.
๐ Table of Contents
- Basic Definitions
- Right-Skewed Data
- Left-Skewed Data
- Mathematical Insight
- Real-Life Examples
- Key Takeaways
- Related Articles
๐ Basic Definitions
- Mean: Average value
- Median: Middle value
- Mode: Most frequent value
Mathematically:
\[ Mean = \frac{\sum x_i}{n} \]
\[ Median = Middle\ value\ after\ sorting \]
\[ Mode = Most\ frequent\ value \]
➡️ Right-Skewed (Positive Skew)
In this case, the tail is on the right side.
Relationship:
\[ Mode < Median < Mean \]
Why?
- Extreme high values pull the mean right
- Median stays stable
- Mode remains at peak
Example Dataset
Data: 2, 3, 4, 5, 100 Mean = 22.8 Median = 4 Mode = None / small cluster
⬅️ Left-Skewed (Negative Skew)
Here, the tail is on the left side.
Relationship:
\[ Mean < Median < Mode \]
Why?
- Extreme low values pull mean left
- Median resists shift
- Mode stays at peak
Example Dataset
Data: 1, 50, 60, 70, 80 Mean = 52.2 Median = 60 Mode = Cluster near 70–80
๐ Mathematical Insight
The difference between mean and median often indicates skewness:
\[ Skewness \approx Mean - Median \]
- If positive → right skew
- If negative → left skew
๐ Real-Life Examples
| Scenario | Type | Reason |
|---|---|---|
| Income Distribution | Right-skewed | Few very rich people |
| Retirement Age | Left-skewed | Few early retirees |
๐ก Key Takeaways
- Mean is sensitive to outliers
- Median is stable
- Mode shows peak
- Order reveals distribution shape
๐ฏ Final Insight
Once you understand how mean, median, and mode behave, you can quickly “read” any dataset like a story.
And that’s the real power of statistics.
No comments:
Post a Comment