Glossary
Outlier
Also written: outliers · extreme value
Definition
An outlier is a value far from the rest of the data. It pulls the mean towards itself and inflates the range, while leaving the median and interquartile range almost untouched.
What it does to each measure
Compare these two sets, identical except for the last value:
| Data | Mean | Median | Range | IQR |
|---|---|---|---|---|
The mean nearly triples and the range grows more than twentyfold. The median and interquartile range do not move at all.
That split is the practical point. Measures built from every value — the mean and mean absolute deviation — feel an outlier strongly. Measures built from positions — the median and IQR — barely notice one.
Spotting one
A dot plot shows an outlier immediately as a lone dot away from the cluster.
Without a picture, a large gap between the range and the IQR is the signature. A set whose middle half spans and whose full range is has something far out in a tail.
An outlier is not automatically an error
Sometimes it is a typo — a height recorded as cm rather than . Then it should be corrected.
Often it is real and is the most interesting value in the set. One unusually long hospital stay, one component that failed early, one exceptional result: these are genuine observations, and deleting them because they are inconvenient changes what the data says.
The honest response is to report a measure of center that is not distorted by it, and to say the outlier is there.
Lessons that use this term
- Mean, Median and Mode: The Three Averages
How to find the mean, median and mode of a data set, what each one measures, and how to choose between them when an outlier pulls the mean away from the middle.
- Range, Interquartile Range and Mean Absolute Deviation
How to measure how spread out a data set is using range, interquartile range and mean absolute deviation, and why two sets with the same mean can be nothing alike.
- Dot Plots and Histograms: Showing the Shape of Data
How to read and build a dot plot and a histogram, why a histogram's bars touch, how bin width changes what you see, and what a statistical question is.