Resistant Statistic vs Outlier
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Resistant statistic
Describing data
A resistant statistic is a numerical summary that changes little when a few extreme values or outliers are present.
A statistic is resistant when extreme values have little effect on it, so it reflects the bulk of the data rather than a few outliers. The median and interquartile range are resistant, while the mean and standard deviation are not. For example, changing the largest value in 2, 4, 6, 8, 10 from 10 to 100 leaves the median at 6 but pulls the mean from 6 up to 24. This is why you prefer resistant measures to summarize skewed data or data with outliers.
Outlier
Describing data
An outlier is a data value that lies unusually far from the rest of the distribution.
An outlier is a point that stands apart from the overall pattern of the data. A common rule flags a value as an outlier when it falls below or above , using the first quartile , the third quartile , and the interquartile range. For example, with , , and IQR , any value below or above is an outlier. Outliers can be genuine extreme cases or data-entry errors, so you investigate before removing them.