Statistics · Exploring One-Variable Data · 14 min read · Updated 2026-05-11
Summary Statistics for Quantitative Data — AP Statistics
AP Statistics · Exploring One-Variable Data · 14 min read
1. Core Overview of Summary Statistics★★☆☆☆⏱ 3 min
Summary statistics are numerical values that condense key features of a one-variable quantitative distribution, instead of displaying full raw data. This topic is part of AP Statistics Unit 1, which makes up 15-20% of total AP exam score, with this subtopic accounting for 4-6% of total points.
2. Measures of Center★★☆☆☆⏱ 4 min
Measures of center describe the typical or central value of a quantitative distribution. The three most common measures tested on the AP exam are mode, median, and mean.
Intuitively, the mean acts as the balancing point of a distribution, while the median is the 50th percentile that splits sorted data into two equal halves. For symmetric distributions with no outliers, the mean is preferred; for skewed distributions or distributions with outliers, the median (resistant) is preferred.
3. Measures of Spread★★★☆☆⏱ 5 min
Measures of spread (also called measures of variability) describe how spread out values of a quantitative distribution are around the center. Common measures tested on the AP exam are range, interquartile range (IQR), variance, and standard deviation.
Range is calculated as $\text{Range} = \text{Max} - \text{Min}$; it is simple but non-resistant to outliers. IQR is the spread of the middle 50% of sorted data, calculated as $IQR = Q_3 - Q_1$, where $Q_1$ is the 25th percentile (first quartile) and $Q_3$ is the 75th percentile (third quartile). IQR is resistant to outliers, so it pairs with the median for skewed data.
The $n-1$ term in sample variance is Bessel's correction, which reduces bias when estimating population variance from a sample. Standard deviation is the square root of variance, converting the value back to the original units of the data. Intuitively, standard deviation describes the typical distance of observations from the mean. It is non-resistant, so it pairs with the mean for symmetric distributions with no outliers.
4. Five-Number Summary and Outlier Detection★★★☆☆⏱ 4 min
The five-number summary is a set of five summary values that captures the full range and center of a distribution: $\text{Minimum}, Q_1, \text{Median}, Q_3, \text{Maximum}$. It is the basis for boxplots and for the standard AP outlier detection method: the 1.5×IQR rule.
The 1.5×IQR rule defines two outlier fences: any value less than $Q_1 - 1.5 \times IQR$ or greater than $Q_3 + 1.5 \times IQR$ is classified as a potential outlier. This is the only outlier detection method accepted on the AP exam unless another method is explicitly specified.
Common Pitfalls
Why: Students confuse population and sample formulas, and forget Bessel's correction is required for unbiased sample statistics.
Why: Students rush and use the unsorted order given in the problem statement.
Why: Students default to more familiar mean/SD without checking distribution shape.
Why: Multiple methods exist for quartiles, but AP uses the exclude-median method, and including it gives the wrong IQR.
Why: Students assume any extreme value is automatically an outlier.