Box Plot

Statistics
representation

Also known as: box-and-whisker

Grade 6-8

View on concept map

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

Box from Q1 to Q3, line at median, whiskers to min/max, dots for outliers.

Formula

\text{Lower fence} = Q_1 - 1.5 \cdot \text{IQR}, \text{Upper fence} = Q_3 + 1.5 \cdot \text{IQR}

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

Five-number summary \{x_{(1)}, Q_1, Q_2, Q_3, x_{(n)}\}; outlier fences at Q_1 - 1.5 \cdot \text{IQR} and Q_3 + 1.5 \cdot \text{IQR}

🚧 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)

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.

What is the Box Plot formula?

\text{Lower fence} = Q_1 - 1.5 \cdot \text{IQR}, \text{Upper fence} = Q_3 + 1.5 \cdot \text{IQR}

When do you use Box Plot?

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.

Prerequisites

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

Static

Visual representation of Box Plot