A box plot displays data distribution using five key values:
| Value | Meaning |
|---|---|
| Minimum | Smallest value in the dataset |
| Q1 | First quartile — median of the lower half (25th percentile) |
| Median (Q2) | Middle value (50th percentile) |
| Q3 | Third quartile — median of the upper half (75th percentile) |
| Maximum | Largest value in the dataset |
Interquartile Range (IQR) = Q3 - Q1. This represents the spread of the middle 50% of data and is resistant to outliers.