Spread of the Middle Half of the Data
The mean describes a data set's center, but not its spread. Two groups can have the same average age even when their ages are distributed very differently.
The interquartile range () measures that spread by focusing on the middle of the data after sorting.
Why focus on the middle? Very small or large values can dominate a measure such as the full range. Some may be classified as outliers under a stated rule or through domain judgment. The is less sensitive to those extremes.
The formula is:
- is the upper quartile (the value marking the bottom of the data).
- is the lower quartile (the value marking the bottom of the data).
So, the is the difference between the upper and lower quartiles.
Comparing Age Spreads
Consider two groups with the same mean but very different spreads.
The table lists in each group:
| Data Point # | Group One | Group Two |
|---|---|---|
We will compare their means, quartiles, ranges, and interquartile ranges.
Calculating the Mean and Quartiles
-
Mean (Average):
If you calculate the average age for both groups, the result is exactly the same, old.
Group 1:
Add all twelve values first, then divide by twelve:
Group 2:
Add all twelve values first, then divide their total by twelve.
-
Quartiles ( and ):
After sorting the data (as in the table above), we find the positions of the quartiles.
Group One (): The position of is at data point . This means is between data points () and (). Since both values are the same, then
The position of is at data point . This means is between data points () and (). Since both values are the same, then
Group Two (): The position of is . It lies one quarter of the way from value () to value (), so we interpolate with weight :
The position of is . It lies three quarters of the way from value () to value (), so the interpolation weight is :
Calculating the Range and Interquartile Range
Next, calculate the measures of spread.
-
Range:
-
Range Group One is
-
Range Group Two is
The full ranges already show that Group Two is much more spread out at the extremes.
-
-
Interquartile Range ():
-
Group One is
-
Group Two is
The middle halves of the two groups also have very different spreads.
-
Interpreting the Results
The results can now be compared in one table:
| Group | Mean | Range | Interquartile Range () | ||
|---|---|---|---|---|---|
| One | |||||
| Two |
- Both groups have the same mean age, .
- Group One has a range of and an of . Its middle lies between and , so those ages span only .
- Group Two has a range of and an of . Its middle lies between and , a span of .
Two datasets can have the same mean but different spreads. The measures the width of the middle half of the data and is resistant to extreme values because it does not use the outer quarters.