Outlier

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 Q11.5×IQRQ_1 - 1.5 \times \text{IQR} or above Q3+1.5×IQRQ_3 + 1.5 \times \text{IQR}, using the first quartile Q1Q_1, the third quartile Q3Q_3, and the interquartile range. For example, with Q1=3Q_1 = 3, Q3=9Q_3 = 9, and IQR =6= 6, any value below 39=63 - 9 = -6 or above 9+9=189 + 9 = 18 is an outlier. Outliers can be genuine extreme cases or data-entry errors, so you investigate before removing them.

More describing data terms, or browse the full statistics glossary.