Box Plot Explained
Box Plot Explained
On This Page:
Definitions
Why are box plots useful?
How to compare box plots
In descriptive statistics, a box plot or boxplot (also known as a box and
whisker plot) is a type of chart often used in explanatory data analysis. Box
plots visually show the distribution of numerical data and skewness by
displaying the data quartiles (or percentiles) and averages.
Box plots show the five-number summary of a set of data: including the
minimum score, first (lower) quartile, median, third (upper) quartile, and
maximum score.
Definitions
Minimum Score
The lowest score, excluding outliers (shown at the end of the left whisker).
Lower Quartile
Twenty-five percent of scores fall below the lower quartile value (also
known as the first quartile).
Median
The median marks the mid-point of the data and is shown by the line that
divides the box into two parts (sometimes known as the second quartile).
Half the scores are greater than or equal to this value, and half are less.
Upper Quartile
Seventy-five percent of the scores fall below the upper quartile value (also
known as the third quartile). Thus, 25% of data are above this value.
Maximum Score
The highest score, excluding outliers (shown at the end of the right
whisker).
Whiskers
The upper and lower whiskers represent scores outside the middle 50%
(i.e., the lower 25% of scores and the upper 25% of scores).
Box plots are useful as they show the average score of a data
set
The median is the average value from a set of data and is shown by the line
that divides the box into two parts. Half the scores are greater than or equal
to this value, and half are less.
Box plots are useful as they show the skewness of a data set
The box plot shape will show if a statistical data set is normally distributed
or skewed.
When the median is in the middle of the box, and the whiskers are about
the same on both sides of the box, then the distribution is symmetric.
When the median is closer to the bottom of the box, and if the whisker is
shorter on the lower end of the box, then the distribution is positively
skewed (skewed right).
When the median is closer to the top of the box, and if the whisker is
shorter on the upper end of the box, then the distribution is negatively
skewed (skewed left).
Box plots are useful as they show the dispersion of a data set
In statistics, dispersion (also called variability, scatter, or spread) is the
extent to which a distribution is stretched or squeezed.
The smallest and largest values are found at the end of the ‘whiskers’ and
are useful for providing a visual indicator regarding the spread of scores
(e.g., the range).
The interquartile range (IQR) is the box plot showing the middle 50% of
scores and can be calculated by subtracting the lower quartile from the
upper quartile (e.g., Q3−Q1).
Box plots are useful as they show outliers within a data set
An outlier is an observation that is numerically distant from the rest of the
data.
For example, outside 1.5 times the interquartile range above the upper
quartile and below the lower quartile (Q1 – 1.5 * IQR or Q3 + 1.5 * IQR).
Note although box plots have been presented horizontally in this article, it
is more common to view them vertically in research papers