| Feature | Mean | Median | Mode |
|---|---|---|---|
| Data Type | Interval/Ratio | Ordinal/Interval/Ratio | Nominal/Ordinal/Interval/Ratio |
| Sensitivity | High (uses all data) | Low (uses position) | Low (uses frequency) |
| Outlier Impact | Significant distortion | Minimal impact | No impact |
| Uniqueness | Always one unique value | Always one unique value | Can have none, one, or many |
When to use Mean: Use when data is normally distributed and contains no significant outliers to ensure the most reliable and representative average.
When to use Median: Use when the data is skewed or contains extreme outliers that would otherwise pull the mean away from the center.
When to use Mode: Use for categorical data (e.g., most popular color) or when the most common occurrence is more important than the average.
Check for Skewness: If an exam question provides both the mean and median, compare them. If the mean is much higher than the median, the data is likely positively skewed by high outliers.
Verify the Order: A common mistake in calculating the median is forgetting to sort the data first. Always double-check that your list is in ascending order before finding the middle.
Sanity Check: After calculating a measure, look back at the original data. If your 'mean' is higher than the largest number in the set or lower than the smallest, a calculation error has occurred.
Interpret the Context: If asked what a measure 'suggests,' relate it to the variable. For example, a high mean score in a memory test suggests better performance across the whole group compared to a lower mean.
The 'Typical' Fallacy: Students often assume the mean is always the most 'typical' value. However, in a skewed distribution, the mean can be a value that no one in the sample actually scored.
Bimodal Confusion: Some believe a dataset must have a mode. If every value appears exactly once, there is no mode; identifying every value as the mode is a common error.
Median of Even Sets: When is even, the median is not a value from the original list but the average of the two middle points. Students often mistakenly pick just one of the two middle values.