Standard deviation is the most important measure of variability in statistics. It tells you how spread out your numbers are from the average (mean). In simple terms:
Real-world example:Test scores in two classes:
s = √[Σ(xᵢ - x̄)² / (n - 1)]
Where:
Dataset: 5, 7, 3, 7 (ages of children in years)
Step 1: Find the mean(5 + 7 + 3 + 7) / 4 = 5.5
(5 + 7 + 3 + 7) / 4 = 5.5
Step 2: Calculate differences from mean
(5 - 5.5) = -0.5 (7 - 5.5) = 1.5 (3 - 5.5) = -2.5 (7 - 5.5) = 1.5
Step 3: Square these difference
(-0.5)² = 0.25 (1.5)² = 2.25 (-2.5)² = 6.25 (1.5)² = 2.25
Step 4: Sum the squares0.25 + 2.25 + 6.25 + 2.25 = 11
0.25 + 2.25 + 6.25 + 2.25 = 11
Step 5: Divide by (n-1)11 / (4 - 1) ≈ 3.6667
11 / (4 - 1) ≈ 3.6667
Step 6: Take the square root√3.6667 ≈ 1.915
√3.6667 ≈ 1.915
Standard Deviation ≈ 1.9 years
Key Insight: We use (n-1) for samples to correct for bias (Bessel’s correction)
=STDEV.P(A1:A10) // Population =STDEV.S(A1:A10) // Sample
For normal distributions:
Example: Adult IQ scores (Mean = 100, SD = 15)
Box plots show SD quartilesBell curves display the spreadError bars on graphs indicate variability
Q: What’s a “good” standard deviation?A: Depends on context – In manufacturing, smaller is better; in investing, depends on risk tolerance
Q: How does SD differ from variance?A: Variance is SD squared – SD is in original units
Q: Can SD be negative?A: Never – It’s a measure of distance (always ≥0)
Q: When should I use median absolute deviation instead?A: When data has extreme outliers
(Answers: 1) 1.67, 2) 40-60, 3) Dataset B)
The Hidden World of Baggage Math Every time you heav...
Fractions are the hidden language of everyday life. Whe...
The Ultimate Guide to the Best Annuity Calculators - Ma...
Save my name, email, and website in this browser for the next time I comment.