Mathematics · Glossary

What is Range, quartiles?

Also known as: range · quartile · interquartile range

Definition 8.7 High School Mathematics · Chapter 8 — Descriptive Statistics

For a sorted series:

  • the range is the difference between the largest and smallest values;
  • the first quartile Q1Q_1 is the smallest value such that at least a quarter (25%25\%) of the values are Q1\leq Q_1; the third quartile Q3Q_3 is the smallest value such that at least three quarters (75%75\%) of the values are Q3\leq Q_3;
  • the interquartile range Q3Q1Q_3 - Q_1 measures the spread of the central half of the data.
The box plot of : the box spans the interquartile interval [Q_1, Q_3] and contains the central half of the data; the whiskers reach the extreme values.
The box plot of Example 8.9: the box spans the interquartile interval [Q1,Q3]\intcc{Q_1}{Q_3} and contains the central half of the data; the whiskers reach the extreme values.

Examples

Example 8.9

Take the 1111 sorted values

2, 3, 5, 5, 6, 7, 8, 9, 9, 10, 12.2,\ 3,\ 5,\ 5,\ 6,\ 7,\ 8,\ 9,\ 9,\ 10,\ 12 .

Median: position 11+12=6\frac{11+1}{2} = 6, so the median is 77. Q1Q_1: 114=2.75\frac{11}{4} = 2.75, round up to 33; the 33rd value is 55. Q3Q_3: 334=8.25\frac{33}{4} = 8.25, round up to 99; the 99th value is 99. Range: 122=1012 - 2 = 10; interquartile range: 95=49 - 5 = 4.

Read in context →