Statistics · Data presentation
1 / 12
Measures of location — mean, median, mode and quartiles
The three averages (mean, median, mode) and the other measures of location (quartiles and percentiles); how to find them from a list and from a frequency table; and how to estimate the median and quartiles of grouped continuous data by linear interpolation.
Statistics · Data presentation
Measures of location — mean, median, mode and quartiles
The three averages (mean, median, mode) and the other measures of location (quartiles and percentiles); how to find them from a list and from a frequency table; and how to estimate the median and quartiles of grouped continuous data by linear interpolation.
Why it works
A measure of location is a single value that stands in for "where the data sits". There are three averages, each answering a slightly different question.The mean adds everything up and shares it out equally: It uses every value, so it's the most informative — but it's pulled towards outliers and skew.
The median is the middle value once the data is in order. Half the data is below it, half above, so it's barely affected by a few extreme values — the average to trust for skewed data.
The mode is the most common value (or the modal class for grouped data). It's the only average that works for qualitative data — you can have a modal eye colour, but not a mean one.
Finding the median and quartiles of a list (discrete data). The quartiles cut ordered data into four equal parts: the lower quartile , the median , and the upper quartile . For a list of values, Edexcel's rule is:
- For (median) use position ; for use ; for
- If that position is not a whole number, round up and take that value.
- If it is a whole number, take the value halfway between that term and the
So for nine ordered values, round up the rd value is . For eight values, whole is halfway between the nd and rd values.
Estimating from grouped continuous data — linear interpolation. Once data is grouped you've lost the individual values, so you estimate the median/quartiles by assuming the data is spread evenly across the class that contains them. Find the position ( for the median, etc.), locate which class it falls in using the cumulative frequency, then step the right fraction of the way into that class: where is the lower boundary of that class, the cumulative frequency before it, the class frequency and the class width. (For grouped data we use etc. directly — no rounding and no "".)
Which average? Use the mean when data is roughly symmetric and you want to use every value; the median when there are outliers or skew; the mode for the most popular category or for qualitative data.