Center vs Spread Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
For symmetric distributions, which pair (mean ยฑ SD) or (median, IQR) is preferred? For skewed distributions? Justify with an example for each case.

Solution

  1. 1
    Symmetric: mean ยฑ SD preferred โ€” mean = median in symmetric distributions; SD captures spread efficiently; example: heights of adults (use mean 70", SD 3")
  2. 2
    Skewed: median + IQR preferred โ€” skewed data has outliers that inflate mean and SD; median and IQR are resistant; example: household incomes (use median \65k,IQR, IQR \40k40k) rather than mean which is pulled by billionaires
  3. 3
    Rule: match center and spread to distribution shape and outlier sensitivity

Answer

Symmetric โ†’ mean ยฑ SD. Skewed โ†’ median ยฑ IQR. Match statistics to distribution shape.
Statistical appropriateness matters more than habit. The mean and SD are optimal for symmetric distributions; the median and IQR are optimal for skewed or outlier-prone data. Mismatching statistics to shape can mislead interpretation.

About Center vs Spread

Center and spread are two complementary ways to describe a data distribution. Center (mean, median, mode) tells you where values cluster; spread (range, interquartile range, standard deviation) tells you how far values are from that center. Together they give a complete picture of any dataset.

Learn more about Center vs Spread โ†’

More Center vs Spread Examples