Measures of location: Quartiles, percentiles, deciles
In a nutshell
Besides the measures of location you already know, there are others you can calculate, such as quartiles, percentiles and deciles.
Quartiles
Each data set has 3 quartiles.
Finding quartiles in discrete data
The lower quartile (Q1)
To find this quartile, divide n, the number of values in the data set, by 4. If:
- The number is whole, Q1 is halfway between this point and the one above.
- The number is not whole, round it up. That data point will be Q1.
The middle quartile (Q2)
This is the median of the data set.
The upper quartile (Q3)
To find this quartile, multiply n by 43. Then, apply the same rule as in Q1.
Note: For continuous data, or data in a cumulative frequency table, you need to use interpolation. This means you will have to predict each quartile, assuming the data points are evenly distributed:
Q1=(4n)th data value, Q2=(2n)th data value, Q3=(43n)th data value.
Percentiles and deciles
Percentiles, as the name says, split up a data set into 100 parts, while deciles split it up into 10 parts. It is possible to relate these to quartiles:
This means that 25% of the values are less than the 25th percentile (i.e. Q1) and 75%are greater.
50% of the values are less than the 5th decile (i.e. the median), and the other 50%are greater.
Note: Interpolation can also be used to find percentiles and deciles.
Example 1
Consider the following table, which shows the distance (x) students have to take to go to school.
Distance (km) | 0≤x<1 | 1≤x<2 | 2≤x<3 | 3≤x<4 | 4≤x<5 | 5≤x<6 | 6≤x<7 | 7≤x≤8 |
Frequency | | | | | | | | |
Find the upper quartile for this data set.
Q3=43×38=28.5th value
This value is contained in the class 5≤x<6, which has a frequency of 8.
So, considering the data to be evenly distributed, use interpolation to find:
81=0.125
28.5−22=6.5
Q3=5+6.5×0.125=5.8125 km
Find the 5th percentile.
This corresponds to 5% of the data, so the 0.05×38=1.9th value.
This value is contained on the class 0≤x<1, which has a frequency of 2.
So, considering the data to be evenly distributed, use interpolation to find:
21=0.5
1.9×0.5=0.95 km