| Feature | Mean | Median | Mode |
|---|---|---|---|
| Best for | Symmetric data without outliers | Skewed data or data with outliers | Categorical data or finding 'most popular' |
| Sensitivity | Highly sensitive to extreme values | Robust (not affected by extremes) | Only affected by the most frequent value |
| Mathematical Use | Used in further statistical calculations | Useful for percentile and rank analysis | Limited mathematical use beyond description |
| Uniqueness | Always unique | Always unique | Can be bimodal or non-existent |
When to use Median: In real-world scenarios like house prices or salaries, a few multi-millionaires can drastically inflate the mean. The median provides a more 'typical' value that represents the 50th percentile of the population.
When to use Mode: If a shoe store needs to know which size to stock most, the mean size (e.g., 8.42) is useless. The mode (e.g., size 9) tells them exactly which specific item is in highest demand.
The 'Frequency' Trap: A common mistake is giving the frequency itself as the mode or median. Always remember that the answer must be a data value (the column), not the count (the column).
Ordering for Median: Never calculate the median without first checking if the data is ordered. In exams, data is often presented in a random list to test this specific procedural step.
Sanity Checks: After calculating the mean, ensure the result lies within the range of the data. If your data ranges from 10 to 20 and your mean is 5 or 25, a calculation error has occurred.
Rounding Precision: In multi-step mean calculations (especially with grouped data), keep full calculator precision until the final step to avoid rounding errors that could lead to an incorrect final significant figure.