Interquartile Range (IQR) Statistics Example 1
Follow the full solution, then compare it with the other examples linked below.
Example 1
easyGiven the data set: 4, 7, 9, 12, 15, 18, 22, 25, 30, find the interquartile range (IQR).
Solution
- 1 Step 1: Sort the data (already sorted). Find : 9 values, median is the 5th value = 15.
- 2 Step 2: Lower half {4, 7, 9, 12}: . Upper half {18, 22, 25, 30}: .
- 3 Step 3: .
Answer
.
The interquartile range (IQR) measures the spread of the middle 50% of the data. It is calculated as . Unlike the range, the IQR is not affected by extreme values (outliers), making it a robust measure of spread.
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 2 medium
Test 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
Example 4 hardDaily temperatures (ยฐC) for two weeks: 15, 16, 14, 18, 20, 22, 19, 35, 17, 16, 18, 21, 20, 19. Find