Ctrl+k

Identify outliers in a data set

An outlier is a data value that lies unusually far from the overall pattern, identified from tables, dot plots, or box plots and, when quartiles are given, commonly by being below Q11.5 IQRQ_1-1.5\text{ IQR} or above Q3+1.5 IQRQ_3+1.5\text{ IQR}. The interpretation depends on context: an outlier may be a valid observation rather than an error and can substantially affect the mean and range while having less effect on the median; advanced statistical outlier tests and multivariable methods are not included.

Detailed Explanation: Identify outliers in a data set

An outlier is a data value that is unusually far from the other values. You can often spot one as a value separated from the main group in a table or dot plot.

When quartiles are available, use these steps:

  1. Find the interquartile range:
IQR=Q3Q1\text{IQR}=Q_3-Q_1
  1. Find the lower and upper fences:
Lower fence=Q11.5(IQR)\text{Lower fence}=Q_1-1.5(\text{IQR}) Upper fence=Q3+1.5(IQR)\text{Upper fence}=Q_3+1.5(\text{IQR})
  1. Any value below the lower fence or above the upper fence is an outlier.

Example

The numbers of minutes 8 students spent commuting to school are:

8, 9, 10, 11, 12, 13, 14, 308,\ 9,\ 10,\ 11,\ 12,\ 13,\ 14,\ 30

The data is already in order.

Step 1: Find Q1Q_1 and Q3Q_3.

The lower half is 8,9,10,118,9,10,11, so

Q1=9+102=9.5Q_1=\frac{9+10}{2}=9.5

The upper half is 12,13,14,3012,13,14,30, so

Q3=13+142=13.5Q_3=\frac{13+14}{2}=13.5

Step 2: Find the IQR.

IQR=13.59.5=4\text{IQR}=13.5-9.5=4

Step 3: Find the fences.

Lower fence=9.51.5(4)=3.5\text{Lower fence}=9.5-1.5(4)=3.5 Upper fence=13.5+1.5(4)=19.5\text{Upper fence}=13.5+1.5(4)=19.5

Step 4: Compare the data values with the fences.

No value is below 3.53.5. However, 3030 is above 19.519.5.

Therefore, 3030 minutes is an outlier.

The value 3030 is not automatically an error. It could represent a student who lives much farther away. An outlier can affect the mean and range greatly, while usually having less effect on the median.

Learn by doing: Identify outliers in a data set

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Practice with unlimited practice problems

Statistics - Quartiles - Median, Q1, Q3 and Point to Is Outlier


    ?