Loading…

Five Number Summary (Minimum, Q1, Median, Q3, Maximum)

What is the five number summary in statistics, how are minimum, Q1, median, Q3, and maximum obtained, and how is it used to interpret spread and outliers?

Subject: Statistics Chapter: Numerical Descriptive Measures Topic: Measures of Position Quartiles and Interquartile Range Answer included
five number summary five-number summary minimum Q1 median Q3 maximum quartiles first quartile third quartile median interquartile range
Accepted answer Answer included

A five number summary reports five key order statistics—minimum, \(Q_1\), median, \(Q_3\), and maximum—capturing center, spread, and skewness and providing the numeric backbone of a boxplot.

Definition of the five number summary

For a numerical data set, sort the observations from smallest to largest. The five number summary consists of:

Symbol Name Meaning in the ordered data
min Minimum Smallest observed value
Q1 First quartile (lower quartile) 25th percentile; about 25% of values are at or below \(Q_1\)
median Second quartile 50th percentile; splits the data into two halves
Q3 Third quartile (upper quartile) 75th percentile; about 75% of values are at or below \(Q_3\)
max Maximum Largest observed value

The interquartile range (IQR) is computed from the five number summary: \[ \mathrm{IQR}=Q_3-Q_1. \] The IQR measures the spread of the middle 50% of the data.

Quartile conventions and a consistent computation rule

Quartiles depend on how the ordered data are split into lower and upper halves. Several conventions exist (especially when the sample size is odd). A consistent, widely used rule in introductory statistics is:

The median is the middle value (or the average of the two middle values). The lower half consists of the values below the median, and the upper half consists of the values above the median. \(Q_1\) is the median of the lower half, and \(Q_3\) is the median of the upper half. When the sample size is even, the lower and upper halves each contain exactly \(n/2\) values; when the sample size is odd, the median is excluded from both halves under this rule.

Visualization: boxplot anatomy from the five number summary

Boxplot built from the five number summary with IQR fences and outliers A horizontal boxplot labeled with min, Q1, median, Q3, and max. Dashed lines show the IQR fences Q1−1.5·IQR and Q3+1.5·IQR; points beyond fences are marked as outliers. Five number summary → boxplot Example summary: min 4, Q1 8, median 12, Q3 18, max 24 (with outlier at 32) 0 4 8 12 16 20 24 28 32 36 upper fence 33 lower fence < 0 min = 4, Q1 = 8, median = 12, Q3 = 18, max = 24 Box spans Q1 to Q3; median is the line inside; whiskers reach min and max (in this example) IQR = Q3 − Q1 = 10 Outlier rule uses fences: Q1 − 1.5·IQR and Q3 + 1.5·IQR min Q1 median Q3 max
A boxplot encodes the five number summary: the box spans \(Q_1\) to \(Q_3\), the median is a line inside the box, and whiskers extend toward the extremes. The IQR fences provide a standard outlier screen.

Worked example with explicit quartiles

Consider the ordered data set (assumed already sorted): 4, 6, 7, 8, 10, 12, 13, 18, 22, 24. The sample size is \(n=10\).

The median is the average of the 5th and 6th values: \[ \text{median}=\frac{10+12}{2}=11. \] The lower half is 4, 6, 7, 8, 10, so \(Q_1\) is its median, \(Q_1=7\). The upper half is 12, 13, 18, 22, 24, so \(Q_3=18\). The minimum is \(4\) and the maximum is \(24\).

Component Value How it is located in the ordered list
Minimum 4 Smallest observation
\(Q_1\) 7 Median of lower half (4, 6, 7, 8, 10)
Median 11 Average of 5th and 6th values (10 and 12)
\(Q_3\) 18 Median of upper half (12, 13, 18, 22, 24)
Maximum 24 Largest observation

The interquartile range is \[ \mathrm{IQR}=Q_3-Q_1=18-7=11, \] describing the spread of the middle 50% of values.

Outlier fences from the five number summary

A common outlier screen (Tukey rule) uses the IQR to create lower and upper fences: \[ \text{lower fence}=Q_1-1.5\,\mathrm{IQR},\qquad \text{upper fence}=Q_3+1.5\,\mathrm{IQR}. \] Observations below the lower fence or above the upper fence are flagged as potential outliers.

Interpretation of shape using the five numbers

Skewness is often visible through unequal gaps: \((Q_1-\min)\), \((\text{median}-Q_1)\), \((Q_3-\text{median})\), and \((\max-Q_3)\). A long upper tail (large \(\max-Q_3\)) suggests right skew; a long lower tail (large \(Q_1-\min\)) suggests left skew.

Common pitfalls

Quartiles can differ slightly across software packages because multiple quartile definitions exist; the five number summary remains interpretable as long as one consistent definition is used within a course or analysis. Sorting errors and mixing different units in the same list are frequent practical causes of incorrect five number summaries.

Vote on the accepted answer
Upvotes: 0 Downvotes: 0 Score: 0
Community answers No approved answers yet

No approved community answers are published yet. You can submit one below.

Submit your answer Moderated before publishing

Plain text only. Your name is required. Links, HTML, and scripts are blocked.

Fresh

Most recent questions

109 questions · Sorted by newest first

Showing 1–10 of 109
per page
  1. Mar 5, 2026 Published
    Formula of the Variance (Population and Sample)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  2. Mar 5, 2026 Published
    Mean Median Mode Calculator (Formulas, Interpretation, and Example)
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  3. Mar 4, 2026 Published
    How to Calculate Standard Deviation in Excel (STDEV.S vs STDEV.P)
    Statistics Numerical Descriptive Measures Measures of Dispersion for Ungrouped Data
  4. Mar 4, 2026 Published
    Suppose T and Z Are Random Variables: How T Relates to Z in the t Distribution
    Statistics Estimation of the Mean and Proportion Estimation of a Population Mean σ Not Known the T Distribution
  5. Mar 4, 2026 Published
    What Does R Squared Mean in Statistics (Coefficient of Determination)
    Statistics Simple Linear Regression Coefficient of Determination
  6. Mar 3, 2026 Published
    Box and Plot Graph (Box Plot) Explained
    Statistics Numerical Descriptive Measures Box and Whisker Plot
  7. Mar 3, 2026 Published
    How to Calculate a Z Score
    Statistics Continuous Random Variables and the Normal Distribution Standardizing a Normal Distribution
  8. Mar 3, 2026 Published
    How to Calculate Relative Frequency
    Statistics Organizing and Graphing Data Organizing and Graphing Quantitative Data
  9. Mar 3, 2026 Published
    Is zero an even number?
    Statistics Numerical Descriptive Measures Measures of Central Tendency for Ungrouped Data
  10. Mar 3, 2026 Published
    Monty Hall Paradox (Conditional Probability Explained)
    Statistics Probability Marginal and Conditional Probabilities
Showing 1–10 of 109
Open the calculator for this topic