What Are Quartiles?

  • Definition: Quartiles split an ordered data set into four equal parts so that 25 %, 50 %, and 75 % of observations fall below , (median), and respectively.
  • Together with the minimum and maximum, the three quartiles form the five-number summary that underpins box-and-whisker plots.

Computing Quartiles (Inclusive Method)

  • Quartile position: where is the sample size; interpolate if the position is not an integer.
  • Most spreadsheet packages (e.g., Excel QUARTILE.INC, Google Sheets QUARTILE) and MATLAB’s quantile default to this inclusive rule.

Interquartile Range (IQR)

  • Equation:
  • Measures spread while ignoring extreme tails.

Detecting Outliers (Tukey Rule)

  • Mild outlier fences:
  • Extreme outlier fences (optional):

Box-and-Whisker Checklist

  1. Draw a rectangular box from to with a vertical line at the median .
  2. Extend whiskers to the most extreme non-outlier points; mark outliers individually beyond the 1.5 IQR fences.

Formula Sheet & When to Use It

  1. Quartile Position (inclusive):
  2. Interquartile Range:
  3. Outlier Fences (Tukey):
  4. Extreme Outlier Fences:
  5. Five-Number Summary for Box Plots: