- Home
- /
- Statistics
- /
- data collection and displays
- /
- Box Plot
Box Plot
Also known as: box plot, box-and-whisker plot
Grade 6-8
View on concept mapA visual display of the five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum. Box plots are perfect for comparing groups.
Definition
A visual display of the five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum.
๐ก Intuition
A box plot is like an X-ray of your data's skeleton. The box shows where the middle 50% of data lives. The line inside is the median. The whiskers stretch to the extremes. You instantly see the center, spread, and any unusual values.
๐ฏ Core Idea
A box plot shows five key summary statistics at once: minimum, Q1, median, Q3, and maximum. The box covers the middle 50% of the data (the IQR).
Example
Notation
The box spans [Q_1, Q_3], the IQR = Q_3 - Q_1. The median line is at \tilde{x}. Whiskers extend to x_{\min} and x_{\max} (or to the fences if outliers exist).
๐ Why It Matters
Box plots are perfect for comparing groups. You can see at a glance which class scored higher, which had more spread, which had outliers.
๐ญ Hint When Stuck
First, find the five-number summary: minimum, Q1, median, Q3, and maximum. Then draw a box from Q1 to Q3 with a line at the median. Finally, extend whiskers from the box to the minimum and maximum (or to the last non-outlier values, marking outliers as individual dots).
Formal View
Related Concepts
See Also
Compare With Similar Concepts
๐ง Common Stuck Point
Students misread the whisker length as the sample count. A long whisker just means the data is spread out in that region, not that there are more data points.
โ ๏ธ Common Mistakes
- Thinking the box shows all data (just middle 50%)
- Misreading whisker length as sample size
- Forgetting to mark outliers separately when using the 1.5*IQR rule
Frequently Asked Questions
What is Box Plot in Statistics?
A visual display of the five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum.
When do you use Box Plot?
First, find the five-number summary: minimum, Q1, median, Q3, and maximum. Then draw a box from Q1 to Q3 with a line at the median. Finally, extend whiskers from the box to the minimum and maximum (or to the last non-outlier values, marking outliers as individual dots).
What do students usually get wrong about Box Plot?
Students misread the whisker length as the sample count. A long whisker just means the data is spread out in that region, not that there are more data points.
Prerequisites
Next Steps
How Box Plot Connects to Other Ideas
To understand box plot, you should first be comfortable with median intro and stat quartiles. Once you have a solid grasp of box plot, you can move on to outlier detection.