Box plots - Higher
A box plot shows the medianThe median is the value of the middle item of data when all the data is arranged in order. and quartileThe collective term for the lower quartile and upper quartile of a set of data. of a set of dataValues, typically letters or numbers..
To draw a box plot, the following information is needed:
- minimum value
- lower quartileThe lower quartile (Q1) is one quarter of the way through the data, after the data have been arranged in order of size.
- median
- upper quartileThe upper quartile (Q3) is three quarters of the way through the data, after the data have been arranged in order of size.
- maximum value
Drawing a box plot from a list of numbers
Box plots can be created from a list of numbers by ordering the numbers and finding the median and lower and upper quartiles.
Example
Draw a box plot for these numbers:
9, 10, 10, 12, 13, 14, 17, 18, 19, 21, 21
The numbers are already in order so the minimum and maximum numbers can be easily read off as 9 and 21, and the median can be read as 14.
9, 10, 10, 12, 13, 14, 17, 18, 19, 21, 21
To find the lower quartile, there are 11 numbers, so \(\frac{11 + 1}{4}\) = 3rd number. The lower quartile will be the 3rd number and the upper quartile is the 9th number.
9, 10, 10, 12, 13, 14, 17, 18, 19, 21, 21
Marking these points on a number line will give the following box plot.
Drawing a box plot from a cumulative frequency graph
Drawing a box plot from a cumulative frequencyA running total of the frequencies, added up as you go along. graph is straightforward once the median and quartiles have been found.
The minimum and maximum values of the box plot are where the cumulative frequency begins and ends.