Interquartile Range (IQR) Statistics Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
hardDaily temperatures (ยฐC) for two weeks: 15, 16, 14, 18, 20, 22, 19, 35, 17, 16, 18, 21, 20, 19. Find the IQR and use the rule to identify any outliers. Then recalculate the mean with and without the outlier(s).
Solution
- 1 Step 1: Sort: 14,15,16,16,17,18,18,19,19,20,20,21,22,35. 14 values. . Lower half: {14,15,16,16,17,18,18}, . Upper half: {19,19,20,20,21,22,35}, . .
- 2 Step 2: Fences: Lower=, Upper=. The value 35 > 26, so 35 is an outlier. Mean with outlier: . Mean without outlier: . The outlier raises the mean by about 1.2ยฐC.
Answer
. The value 35ยฐC is an outlier (above the upper fence of 26ยฐC). Mean with outlier โ 19.3ยฐC; mean without โ 18.1ยฐC.
The IQR-based outlier detection method is practical for identifying unusual values in real data. Removing outliers and comparing the mean before and after quantifies their influence. This helps decide whether outliers represent errors (remove) or genuine extreme observations (keep but note).
About Interquartile Range (IQR)
The interquartile range (IQR) is the range of the middle 50% of data, calculated as . It measures spread while ignoring the top and bottom 25% of values, making it resistant to outliers.
Learn more about Interquartile Range (IQR) โMore Interquartile Range (IQR) Examples
Example 1 easy
Given the data set: 4, 7, 9, 12, 15, 18, 22, 25, 30, find the interquartile range (IQR).
Example 2 mediumTest scores: 55, 60, 65, 70, 72, 75, 78, 80, 85, 90, 95. Find the IQR and use it to determine the bo
Example 3 mediumTwo classes took the same test. Class A: [formula], [formula]. Class B: [formula], [formula]. Which