Understanding Measures of Central Tendency & Dispersion
In statistics and data analysis, measures of central tendency describe the central or typical value around which a numerical dataset gravitates. Selecting the appropriate metric depends upon the underlying symmetry and distribution of the data.
1. Arithmetic Mean Formula
Mean (x̄)=
x₁ + x₂ + x₃ + ... + xₙTotal Sample Count (n)
=Σ xn
2. Median & Statistical Dispersion Formulas
• Median (odd n): Value at position (n + 1) ÷ 2
• Median (even n): Average of positions (n ÷ 2) & (n ÷ 2 + 1)
• Mode: Value with highest count frequency
• Range: Maximum Value - Minimum Value
Step-by-Step Calculation Breakdown
Step 1: Dataset Sorting & Parameters (n = 8)
Raw input: [12, 18, 25, 25, 30, 42, 56, 72] | Count (n) = 8 | Sum (Σ x) = 280
Step 2: Calculate Arithmetic Mean
Mean (x̄)=
2808
=35.00Step 3: Solve Median & Mode
• Middle elements (positions 4 & 5): 25 and 30 → Median = (25 + 30) ÷ 2 = 27.50
• Most frequent element: 25 appears twice → Mode = 25
Central Tendency Metric Comparison Guide
| Statistic | Mathematical Property | Optimal Use Case |
|---|---|---|
| Mean | Includes every data point | Symmetrical distributions without extreme anomalies (e.g. test scores, heights). |
| Median | Resistant to outliers | Skewed economic datasets (household income, home sale valuations). |
| Mode | Identifies peak frequency | Categorical and discrete inventory data (shoe sizes, popular product choices). |
| Range | Total spread boundary | Assessing maximum variance and dispersion limits. |