Jump down to the article.

Outlier/Interquartile Range Calculator

Answer:

Interquartile range: 102
Outlier(s): 85, 202
Potential outlier(s): 885

See the outliers and potential outliers highlighted in the sorted data set here:
85, 202, 532, 549, 551, 561, 562, 586, 591, 599, 603, 604, 613, 653, 655, 695, 699, 885


Solution:

The interquartile range, IQR, is the difference between Q3 and Q1. In this data set, Q3 is 653 and Q1 is 551. Subtract Q1, 551, from Q3, 653. $$ IQR = 653 - 551 = 102 $$ You can use the 5 number summary calculator to learn steps on how to manually find Q1 and Q3.

To find outliers and potential outliers in the data set, we first need to calculate the value of the inner fences and outer fences. The inner fences are defined by: $$ Q1 - (1.5 \cdot IQR) \text{ and } Q3 + (1.5 \cdot IQR) $$ For this data set: $$ 551 - (1.5 \cdot 102) \text{ and } 653 + (1.5 \cdot 102) $$ $$ \text{Inner fences: } 398 \text{ and } 806$$

The outer fences are defined by: $$ Q1 - (3 \cdot IQR) \text{ and } Q3 + (3 \cdot IQR) $$ For this data set: $$ 551 - (3 \cdot 102) \text{ and } 653 + (3 \cdot 102) $$ $$ \text{Outer fences: } 245 \text{ and } 959 $$

The inner and outer fences are listed below. Potential outliers are any values in our data set that fall between the inner fences and outer fences, inclusive. Outliers are any values that fall outside of the outer fences.

Outliers Outer fence Inner fence Inner fence Outer fence Outliers
245 398 806 959

If there are any outliers in this data set, they will either be less than 245 or greater than 959. Potential outliers will be between 245 and 398, inclusive or between 806 and 959, inclusive.

In this data set, the outlier(s) is/are: 85, 202
In this data set, the potential outlier(s) is/are: 885