Mean and Standard Deviation Mathematical Formulas
The arithmetic mean (x̄ or μ) measures central tendency, while the standard deviation (s or σ) measures dispersion around that center.
1. Arithmetic Mean Formula
x̄=
Σ xᵢn
2. Sample Standard Deviation Formula (Bessel's Correction n − 1)
s=√
Σ (xᵢ − x̄)²n − 1
Step-by-Step Calculation Breakdown (Example: 10, 20, 30)
Step 1: Compute Arithmetic Mean (x̄)
• Sum Σ x = 10 + 20 + 30 = 60
• Mean x̄ = 60 ÷ 3 = 20.0000
Step 2: Calculate Squared Deviations Σ (xᵢ − x̄)²
• (10 − 20)² = (−10)² = 100
• (20 − 20)² = 0² = 0
• (30 − 20)² = 10² = 100
• Sum of Squared Deviations (SS) = 100 + 0 + 100 = 200
Step 3: Compute Sample Variance & Standard Deviation
• Sample Variance s² = 200 ÷ (3 − 1) = 200 ÷ 2 = 100.0000
• Sample Standard Deviation s = √100 = 10.0000
The 68-95-99.7 Empirical Rule Breakdown
| Standard Deviation Range | Percentage Coverage | Interpretation |
|---|---|---|
| μ ± 1σ | 68.27% | Normal typical cluster of data values |
| μ ± 2σ | 95.45% | Includes ~95% of all observations |
| μ ± 3σ | 99.73% | Almost all valid observations in a normal distribution |
| > 3σ | 0.27% | Extreme statistical outliers |