Jump down to the article.

Outlier/Interquartile Range Calculator

Answer:

Interquartile range: 130.5
Outlier(s): 83
Potential outlier(s): 225, 895

See the outliers and potential outliers highlighted in the sorted data set here:
83, 225, 513, 516, 519, 529, 536, 569, 588, 597, 604, 610, 615, 638, 643, 666, 676, 681, 697, 895


Solution:

The interquartile range, IQR, is the difference between Q3 and Q1. In this data set, Q3 is 654.5 and Q1 is 524. Subtract Q1, 524, from Q3, 654.5. $$ IQR = 654.5 - 524 = 130.5 $$ 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: $$ 524 - (1.5 \cdot 130.5) \text{ and } 654.5 + (1.5 \cdot 130.5) $$ $$ \text{Inner fences: } 328.25 \text{ and } 850.25$$

The outer fences are defined by: $$ Q1 - (3 \cdot IQR) \text{ and } Q3 + (3 \cdot IQR) $$ For this data set: $$ 524 - (3 \cdot 130.5) \text{ and } 654.5 + (3 \cdot 130.5) $$ $$ \text{Outer fences: } 132.5 \text{ and } 1046 $$

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
132.5 328.25 850.25 1046

If there are any outliers in this data set, they will either be less than 132.5 or greater than 1046. Potential outliers will be between 132.5 and 328.25, inclusive or between 850.25 and 1046, inclusive.

In this data set, the outlier(s) is/are: 83
In this data set, the potential outlier(s) is/are: 225, 895