- Home
- /
- Math
- /
- Statistics & Probability
- /
- Box Plot
A box plot displays the five-number summary (minimum, Q1, median, Q3, maximum) of a data set using a box and whiskers. Box plots excel at comparing distributions across groups and spotting skewness and outliers at a glance β especially valuable with many data sets side by side.
Definition
A box plot displays the five-number summary (minimum, Q1, median, Q3, maximum) of a data set using a box and whiskers.
π‘ Intuition
A summary of spread and center in one picture. Box shows the middle 50\%.
π― Core Idea
The box spans the interquartile range (IQR = Q3 - Q1), the line inside is the median, and the whiskers extend to the data's extremes (or to a fence for outliers).
Example
Formula
Notation
Five-number summary: \{x_{\min}, Q_1, \tilde{x}, Q_3, x_{\max}\} where \tilde{x} is the median
π Why It Matters
Box plots excel at comparing distributions across groups and spotting skewness and outliers at a glance β especially valuable with many data sets side by side.
π Hint When Stuck
Find the five-number summary first: min, Q1, median, Q3, max. Draw the box from Q1 to Q3, mark the median inside, then add whiskers.
Formal View
Related Concepts
π§ Common Stuck Point
Whiskers don't always go to min/maxβthey may stop at 1.5 \times \text{IQR} from the box.
β οΈ Common Mistakes
- Assuming the whiskers always extend to the minimum and maximum β they typically stop at 1.5 \times \text{IQR} from the quartiles
- Thinking the median line must be in the center of the box β a skewed distribution shifts it to one side
- Interpreting the box width as the data range β the box only covers the middle 50\% (IQR)
Go Deeper
Frequently Asked Questions
What is Box Plot in Math?
A box plot displays the five-number summary (minimum, Q1, median, Q3, maximum) of a data set using a box and whiskers.
Why is Box Plot important?
Box plots excel at comparing distributions across groups and spotting skewness and outliers at a glance β especially valuable with many data sets side by side.
What do students usually get wrong about Box Plot?
Whiskers don't always go to min/maxβthey may stop at 1.5 \times \text{IQR} from the box.
What should I learn before Box Plot?
Before studying Box Plot, you should understand: median, quartiles.
Next Steps
Cross-Subject Connections
How Box Plot Connects to Other Ideas
To understand box plot, you should first be comfortable with median and quartiles. Once you have a solid grasp of box plot, you can move on to interquartile range.
Visualization
StaticVisual representation of Box Plot