Jump down to the article.

Outlier/Interquartile Range Calculator

Answer:

Interquartile range: 95
Outlier(s): 79, 219
Potential outlier(s): 828

See the outliers and potential outliers highlighted in the sorted data set here:
79, 219, 520, 527, 536, 541, 546, 560, 570, 579, 591, 612, 625, 628, 656, 695, 828


Solution:

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

The outer fences are defined by: $$ Q1 - (3 \cdot IQR) \text{ and } Q3 + (3 \cdot IQR) $$ For this data set: $$ 531.5 - (3 \cdot 95) \text{ and } 626.5 + (3 \cdot 95) $$ $$ \text{Outer fences: } 246.5 \text{ and } 911.5 $$

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
246.5 389 769 911.5

If there are any outliers in this data set, they will either be less than 246.5 or greater than 911.5. Potential outliers will be between 246.5 and 389, inclusive or between 769 and 911.5, inclusive.

In this data set, the outlier(s) is/are: 79, 219
In this data set, the potential outlier(s) is/are: 828