Excellent content from both textbook and web sources. Here is the complete guide:
Measures of Central Tendency
1. Definition
A measure of central tendency is a single summary value that represents the center or typical value of an entire dataset. It describes where most values in a distribution tend to cluster.
"Continuous variables are more typically described with a single summary statistic (i.e., measure of central tendency) as well as the associated uncertainty around the summary estimate (i.e., measure of spread)."
- Rockwood and Green's Fractures in Adults, 10th ed.
The three main measures are:
| Measure | Definition |
|---|
| Mean | Arithmetic average of all values |
| Median | Middle value in an ordered dataset |
| Mode | Most frequently occurring value |
2. THE MEAN (Arithmetic Mean)
Definition
The mean is the sum of all observations divided by the number of observations.
Formula
$$\bar{X} = \frac{\sum X_i}{n} = \frac{X_1 + X_2 + X_3 + ... + X_n}{n}$$
Where: X̄ = sample mean, ΣXᵢ = sum of all values, n = number of observations
Calculation Example
Data: 4, 7, 3, 9, 5, 8, 6
- Sum = 4+7+3+9+5+8+6 = 42
- n = 7
- Mean = 42 / 7 = 6
Types of Mean
| Type | Formula | Use |
|---|
| Arithmetic Mean | ΣX / n | Most common; symmetric data |
| Weighted Mean | Σ(wᵢXᵢ) / Σwᵢ | When values have different importance/weights |
| Geometric Mean | (X₁ × X₂ × ... × Xₙ)^(1/n) | Ratios, rates of growth, log-normally distributed data |
| Harmonic Mean | n / Σ(1/Xᵢ) | Rates and speeds |
For Grouped Data (Frequency Distribution)
$$\bar{X} = \frac{\sum f_i \cdot x_i}{\sum f_i}$$
Where: fᵢ = frequency of each class, xᵢ = midpoint of each class
Properties of Mean
- Uses all values in the dataset
- Affected by every observation
- Highly sensitive to outliers and skewed distributions
- Unique - only one mean per dataset
- Sum of deviations from the mean = 0: Σ(Xᵢ - X̄) = 0
Advantages
- Uses all data points - most mathematically complete
- Suitable for further algebraic and statistical calculations
- Basis for many inferential tests (t-test, ANOVA, etc.)
Disadvantages
- Distorted by extreme outliers
- Not suitable for skewed distributions
- Cannot be used for nominal (categorical) data
- May give a non-integer value that doesn't actually exist in the data
When to Use
- Data is normally distributed (symmetric)
- No extreme outliers
- Interval or ratio scale data
- When further statistical analysis is needed
3. THE MEDIAN
Definition
The median is the middle value in a dataset arranged in ascending or descending order. Half the values fall above it, and half fall below it.
"The median of a set of measurements is the number that falls in the middle."
- Rockwood and Green's Fractures in Adults, 10th ed.
How to Calculate
Step 1: Arrange data in ascending order
Step 2: Find the middle value
- If n is ODD: Median = value at position (n+1)/2
- If n is EVEN: Median = average of values at positions n/2 and n/2 + 1
Examples
Odd n: Data: 3, 5, 7, 9, 11, 13, 15 → n=7 → Position = (7+1)/2 = 4th value → Median = 9
Even n: Data: 3, 5, 7, 9, 11, 13 → n=6 → Positions 3rd and 4th → Median = (7+9)/2 = 8
For Grouped Data
$$\text{Median} = L + \left(\frac{\frac{n}{2} - CF}{f}\right) \times h$$
Where:
- L = lower boundary of median class
- n = total frequency
- CF = cumulative frequency before median class
- f = frequency of median class
- h = class width
Properties of Median
- Divides distribution into two equal halves
- Not affected by extreme outliers (robust statistic)
- Only one median per dataset
- Can be used for ordinal data
- May not be an actual value in the dataset (for even n)
Advantages
- Unaffected by extreme values/outliers
- Ideal for skewed distributions
- Can be used for ordinal data
- Easy to understand and locate graphically
Disadvantages
- Does not use all values in the data
- Less suitable for further mathematical calculations
- Less efficient than mean for symmetric, normally distributed data
When to Use
- Data is skewed (not normally distributed)
- Ordinal data (e.g., pain scores: 0-5)
- Presence of extreme outliers
- Classic example: income data (right-skewed; median better represents the typical earner)
4. THE MODE
Definition
The mode is the most frequently occurring value in a dataset.
"The mode is the most frequently occurring number in a set of measurements."
- Rockwood and Green's Fractures in Adults, 10th ed.
Examples
- Data: 2, 3, 3, 4, 4, 4, 5, 6 → Mode = 4 (appears 3 times)
- Data: 1, 2, 3, 4, 5 → No mode (all values appear once)
- Data: 2, 2, 3, 4, 4 → Bimodal: Mode = 2 and 4
Types of Mode
- Unimodal: One mode
- Bimodal: Two modes
- Multimodal: More than two modes
- No mode: All values occur with equal frequency
For Grouped Data
$$\text{Mode} = L + \left(\frac{f_1 - f_0}{2f_1 - f_0 - f_2}\right) \times h$$
Where:
- L = lower boundary of modal class (class with highest frequency)
- f₁ = frequency of modal class
- f₀ = frequency of class before modal class
- f₂ = frequency of class after modal class
- h = class width
Properties of Mode
- Can be used for any type of data (nominal, ordinal, interval, ratio)
- May not be unique
- Not affected by extreme values
- May not exist in some datasets
- Easiest to identify visually
Advantages
- Works for all data types including categorical (nominal)
- Unaffected by outliers
- Represents the most "popular" value
- Easy to identify by inspection
Disadvantages
- May not be well-defined (bimodal or no mode)
- Ignores most of the data
- Least used for advanced calculations
When to Use
- Nominal (categorical) data - only measure that works (e.g., most common blood type)
- Bimodal distributions
- When you want the most typical/popular value
- Count data and probability distributions
5. Relationship Between Mean, Median, and Mode
In a Normal (Symmetric) Distribution
All three are equal: Mean = Median = Mode
This occurs at the peak of the bell curve.
In a Skewed Distribution
Positively Skewed (Right skewed): Tail extends to the right
$$\text{Mode} < \text{Median} < \text{Mean}$$
The mean is pulled toward the higher outliers.
Example: Income distribution - a few billionaires pull the mean far right
Negatively Skewed (Left skewed): Tail extends to the left
$$\text{Mean} < \text{Median} < \text{Mode}$$
The mean is pulled toward the lower outliers.
Example: Age at death - most people live long, but some die very young
Karl Pearson's Empirical Relationship
For a moderately skewed distribution:
$$\boxed{\text{Mode} = 3 \times \text{Median} - 2 \times \text{Mean}}$$
This formula is useful when one measure is unknown and the other two are known.
6. Choosing the Right Measure
| Data Type | Best Measure | Why |
|---|
| Nominal (Categorical) | Mode | Only option for categories (e.g., blood type, gender) |
| Ordinal | Median (or Mode) | Has order but no true numeric distance |
| Interval / Ratio - Symmetric | Mean | Uses all data; most informative |
| Interval / Ratio - Skewed | Median | Resistant to outliers |
| Interval / Ratio - Bimodal | Mode | Captures both peaks |
"The appropriate choice often depends on the distribution of data. Most data can be assumed to be normally distributed... In this situation of normality, the mean is the best-used summary statistic. If the data are not normally distributed, then the median may be a better summary statistic."
- Rockwood and Green's Fractures in Adults, 10th ed.
Practical tip: Calculate both mean and median. If they differ significantly, use the median - it signals skewed or outlier-affected data.
7. Summary Comparison Table
| Feature | Mean | Median | Mode |
|---|
| Definition | Sum ÷ n | Middle value | Most frequent value |
| Uses all data | Yes | No | No |
| Affected by outliers | Yes (highly) | No (robust) | No |
| Data level | Interval/Ratio | Ordinal+ | Any (Nominal+) |
| Unique? | Always | Always | May not be unique |
| Best for | Symmetric data | Skewed data | Categorical data |
| Algebraic use | Extensive | Limited | Very limited |
| Notation | X̄ (sample), μ (population) | M or Md | Mo |
8. Worked Example
Data set: Ages of 9 patients: 18, 22, 25, 28, 30, 30, 35, 40, 80
Mean: (18+22+25+28+30+30+35+40+80) / 9 = 308 / 9 = 34.2 years
Median: n=9 (odd) → position (9+1)/2 = 5th value → 30 years
Mode: 30 appears twice → Mode = 30 years
Here the outlier (80) pulls the mean up to 34.2, while the median (30) better represents the "typical" patient age. This illustrates why the median is preferred when outliers are present.
9. Connection to Dispersion
Measures of central tendency are always reported alongside measures of dispersion (spread):
| Central Tendency Measure | Paired with |
|---|
| Mean | Standard Deviation (SD) |
| Median | Interquartile Range (IQR) or Range |
| Mode | Frequency/percentage |
"Along with measures of central tendency, investigators will often (and should) include a measure of spread to indicate uncertainty around the estimate."
- Rockwood and Green's Fractures in Adults, 10th ed.
Sources: Rockwood and Green's
Fractures in Adults, 10th ed. | Cummings
Otolaryngology Head and Neck Surgery |
Statistics By Jim - Central Tendency |
Scribbr - Central Tendency