Summary Statistics for a Quantitative Variable
Unit 1 · Exploring One-Variable Data
What AP Stats asks here
Numerical summaries split into center (mean, median) and spread (range, IQR, SD). The decision rule is resistance: mean and SD are pulled by outliers; median and IQR are not. Almost every AP problem on this topic either asks you to compute a summary or to choose between a resistant and non-resistant pair.
Center and spread
1.5 × IQR outlier rule
Resistance
Compute mean, median, IQR, or SD
Apply the definition. Sort first for median and IQR; use n − 1 for sample SD; watch the off-by-one in the lower/upper halves when n is even vs odd.
Practice more of this type— AI-generated · always-new problems
Generate Problems →Resistance and choice of summary
When data is heavily skewed or contains extreme outliers, the resistant pair (median + IQR) better describes the typical case. The mean follows the tail.
Practice more of this type— AI-generated · always-new problems
Generate Problems →1.5 × IQR outlier rule
Compute the IQR, then build the fences. A value strictly below the lower fence or strictly above the upper fence is an outlier by this convention.
Practice more of this type— AI-generated · always-new problems
Generate Problems →