Outliers (Deep) Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Calculate the effect of an outlier (value 200) on the mean and median for {10,12,11,13,12,200}\{10, 12, 11, 13, 12, 200\}, comparing to the data without the outlier {10,12,11,13,12}\{10, 12, 11, 13, 12\}.

Solution

  1. 1
    Without outlier: mean =10+12+11+13+125=585=11.6= \frac{10+12+11+13+12}{5} = \frac{58}{5} = 11.6; median =12= 12
  2. 2
    With outlier: mean =58+2006=2586=43= \frac{58+200}{6} = \frac{258}{6} = 43; median =12+122=12= \frac{12+12}{2} = 12
  3. 3
    Effect on mean: increased from 11.6 to 43 โ€” massive distortion (280% increase!)
  4. 4
    Effect on median: unchanged at 12 โ€” completely resistant to the outlier

Answer

Outlier changes mean from 11.6 to 43 (massive) but leaves median unchanged at 12.
The mean is non-resistant to outliers โ€” one extreme value can dramatically distort it. The median is resistant โ€” it only depends on middle ranks, not actual values. This is why median is preferred for skewed data or when outliers are suspected.

About Outliers (Deep)

An outlier is a data value that lies unusually far from most other values, potentially indicating measurement error, a rare event, or an important exception.

Learn more about Outliers (Deep) โ†’

More Outliers (Deep) Examples