Unit 1.7 – Summary Statistics for a Quantitative Variable

Summary Statistics:
They distill a list of numbers down to a few that capture the most important aspects of a quantitative data set!

📏 Main Summary Statistics (Numerical Descriptions)

  • Mean (\(\bar{x}\)): The arithmetic average; describes "center" but sensitive to outliers/skew.
  • Median: The middle value; robust to outliers but not affected by every value.
  • Mode: The most frequent value (can be none/multiple).
  • Range: Maximum minus minimum; only two points matter, not robust.
  • Interquartile Range (IQR): The range of the middle 50%: \( Q_3 - Q_1 \).
  • Standard Deviation (SD): Describes the typical distance of values from the mean; sensitive to outliers.
  • Variance: The square of SD (\( s^2 \)); less used in direct interpretation.
  • Percentiles & Quartiles: Value below which a given percent of observations fall.

🔢 Key Formulas

Mean
\[ \bar{x} = \frac{1}{n} \sum_{i=1}^n x_i \]
Median
Order the data, pick the middle value—or average the two center values.
Range
Largest value \(-\) smallest value
Interquartile Range (IQR)
\[ IQR = Q_3 - Q_1 \]
Standard Deviation (Sample)
\[ s = \sqrt{ \frac{1}{n-1} \sum_{i=1}^n (x_i - \bar{x})^2 } \]
Variance (Sample)
\[ s^2 = \frac{1}{n-1} \sum_{i=1}^n (x_i - \bar{x})^2 \]

🔍 When to Use Each Statistic?

  • Mean & SD: Good for data that is fairly symmetric, no strong outliers.
  • Median & IQR: Best choice if data is skewed or has outliers.
  • Range: Fast, but can be misleading due to outliers.
  • Median is more robust; mean captures all data, but is pulled by extremes.

📦 Five-Number Summary

  • Minimum
  • First Quartile (\(Q_1\))
  • Median (\(Q_2\))
  • Third Quartile (\(Q_3\))
  • Maximum
Used for:
  • Making boxplots
  • Quickly describing spread, center, and outliers

💡 Tips & Tricks

  • Always specify which summary stats you used and why (justify with shape/skew/outliers).
  • Report mean and SD for bell-shaped data; median and IQR for skewed.
  • Standard deviation and variance are always ≥ 0.
  • Use the five-number summary to describe data quickly and to make boxplots.
  • Remember, range is easy but not robust—outliers can make it huge!

❌ Common Mistakes

  • Using mean/SD with strongly skewed data or lots of outliers (use median/IQR instead)
  • Forgetting to sort data before finding median or quartiles
  • Calculating range or IQR incorrectly (watch your order—always highest minus lowest!)
  • Forgetting SD is the square root of the variance
  • Reporting variance in same units as data (variance is in "squared units")
  • Not showing a five-number summary with boxplot
Summary:
Unit 1.7 covers the core summary statistics for any quantitative variable: mean, median, mode, range, IQR, SD, variance, percentiles, quartiles, and the five-number summary. Pick the right statistic for the shape/spread, and always justify your choice!