For a sorted series:
- the range is the difference between the largest and smallest values;
- the first quartile is the smallest value such that at least a quarter () of the values are ; the third quartile is the smallest value such that at least three quarters () of the values are ;
- the interquartile range measures the spread of the central half of the data.
Examples
Example 8.9
Take the sorted values
Median: position , so the median is . : , round up to ; the rd value is . : , round up to ; the th value is . Range: ; interquartile range: .