Property
Box plots provide a visual image of the 5 number summary. To create a box plot:
- Draw a number line that covers the range of the data.
- Draw a rectangle (the box) from Q1 to Q3.
- Draw a vertical line segment inside the box at the median (Q2).
- Draw horizontal line segments (the whiskers) from the box to the Minimum and Maximum values.
Examples
- For a 5 number summary of {10, 15, 19, 24, 30}, a box plot would have a box from 15 to 24, a line at 19, a left whisker to 10, and a right whisker to 30.
- If a box plot has a very long right whisker and the median line is to the left of the box's center, it suggests the data is skewed right, with some high values stretching the data out.
- Comparing two box plots, one with an IQR of 5 and another with an IQR of 20 shows that the middle 50% of the data in the second plot is much more spread out.
Explanation
A box plot turns the 5 Number Summary into a simple picture. The 'box' shows the spread of the middle 50% of data (IQR), and the 'whiskers' show the spread of the lowest and highest 25%. A wider section means the data in that part is more spread out.