next up previous contents
Next: Normal Quantile Plots Up: Univariate and Bivariate Descriptive Previous: Percentiles

Boxplots

The five-number summary is an abbreviated way to describe a sample. The five number summary is a list of the following numbers:

  1. Minimum
  2. First (Lower) Quartile, tex2html_wrap_inline2769
  3. Median, tex2html_wrap_inline2657
  4. Third (Upper) Quartile, tex2html_wrap_inline2773
  5. Maximum

The five number summary leads to a graphical representation of a distribution called the boxplot. Boxplots are ideal for comparing two nearly-continuous variables. To draw a boxplot (see the example in the figure below), follow these simple steps:

  1. The ends of the box (hinges) are at the quartiles, so that the length of the box is the tex2html_wrap_inline2775 .
  2. The median is marked by a line within the box.
  3. The two vertical lines (called whiskers) outside the box extend to the smallest and largest observations within tex2html_wrap_inline2777 of the quartiles.
  4. Observations that fall outside of tex2html_wrap_inline2779 are called extreme outliers and are marked, for example, with an open circle. Observations between tex2html_wrap_inline2777 and tex2html_wrap_inline2779 are called mild outliers and are distinguished by a different mark, e.g., a closed circle.

EXAMPLE: To illustrate boxplots, the figure below puts boxplots side by side of the same four data sets that had histograms in the figure in Week 1.



Jan Lethen
Wed Nov 13 16:20:46 CST 1996