Example 1 — Outlier in a salary list
EasyProblem
Salaries are (thousands). Which summary, mean or median, is robust to the outlier?
Solution
-
One extreme value tests whether each statistic survives a violated 'no outliers' assumption.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: If the assumptions are slightly violated, does the result stay approximately correct?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compare how each responds: the mean absorbs the , the median ignores it.
The rule is chosen only after the structure matches, so the steps mean something.
-
Mean ; median .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — does it survive a bad day. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Median (45) is robust; mean (234.8) is not
Takeaway: A robust statistic stays near the bulk of the data when an outlier breaks the assumption.