Now I have everything needed. Here is the complete 20-mark answer.
Measures of Central Tendency
1. Introduction
In any statistical investigation, a researcher collects a large number of observations. To make sense of this data, it is necessary to find a single representative value that best describes the entire dataset. This single value around which most data clusters is called the measure of central tendency - also known as an average.
The three principal measures of central tendency are:
- Mean (Arithmetic Average)
- Median (Middle Value)
- Mode (Most Frequent Value)
From Swanson's Family Medicine Review:
"Central tendency in a normal (Gaussian) distribution is characterized by: (1) Mean - the sum of values divided by the number of observations; (2) Median - the value point where the number of observations above equals those below; (3) Mode - the most frequently occurring value."
2. The Arithmetic Mean (x̄)
Definition
The arithmetic mean is the sum of all values in a dataset divided by the total number of observations.
Formula
$$\bar{x} = \frac{\sum x}{n} = \frac{x_1 + x_2 + x_3 + \cdots + x_n}{n}$$
Where:
- Σx = sum of all values
- n = total number of observations
Medical Example
A doctor records the hemoglobin (Hb) levels (g/dL) of 8 anaemia patients:
Values: 7, 8, 9, 10, 11, 8, 9, 10
$$\bar{x} = \frac{7+8+9+10+11+8+9+10}{8} = \frac{72}{8} = \textbf{9 g/dL}$$
The mean Hb level of these patients is 9 g/dL.
Properties of the Mean
| Property | Details |
|---|
| Uses all values | Every observation contributes to the calculation |
| Algebraic | Can be used in further mathematical calculations |
| Unique | Only one mean exists for a dataset |
| Affected by extremes | Outliers can distort the mean significantly |
| Best for | Normally distributed, continuous data |
Merits
- Simple to calculate and easy to understand
- Based on all observations
- Suitable for further statistical analysis (SD, t-test, ANOVA)
- Stable - does not fluctuate much from sample to sample
Demerits
- Distorted by outliers (extreme values)
- Not suitable for skewed data
- Cannot be calculated for open-ended frequency distributions
- Cannot be used for qualitative (categorical) data
Medical Application
- Mean blood pressure in a hypertension study
- Mean birth weight of neonates
- Mean fasting blood sugar in a diabetic clinic
3. The Median
Definition
The median is the middle value of an ordered dataset. It divides the distribution into two equal halves - exactly 50% of values lie above it and 50% below it. It is also called the 50th percentile.
From Henry's Clinical Diagnosis and Management by Laboratory Methods:
"An alternative measure of central tendency is the median, which divides all data points exactly in half, with one half being higher and one half lower. The median is also called the 50th percentile. It is not calculated from a formula because it is taken from a straight count of the data points; thus, it is termed a nonparametric method."
How to Calculate
Step 1: Arrange all values in ascending order
Step 2:
- If n is odd: Median = the [(n+1)/2]th value
- If n is even: Median = average of (n/2)th and (n/2 + 1)th values
Medical Example (Odd n)
Hospital waiting times (minutes) for 7 patients:
Unsorted: 45, 20, 60, 15, 30, 55, 25
Sorted: 15, 20, 25, 30, 45, 55, 60
n = 7 (odd) → Median = (7+1)/2 = 4th value = 30 minutes
Medical Example (Even n)
Pain scores (0-10 VAS scale) for 8 post-op patients:
Sorted: 2, 3, 4, 5, 6, 7, 8, 9
n = 8 (even) → Median = (5+6)/2 = 5.5
Properties of the Median
| Property | Details |
|---|
| Position-based | Uses only the middle value(s) |
| Not affected by outliers | Resistant to extreme values |
| Used for | Skewed data, ordinal data |
| Non-parametric | No formula required |
Merits
- Not distorted by outliers or extreme values
- Can be used for ordinal data (e.g., pain scores, Likert scales)
- Easy to locate graphically
- Best representative for skewed distributions
Demerits
- Does not use all data values
- Cannot be used for further algebraic calculations
- Less stable than mean in repeated sampling
Medical Application
- Median income in health economics (income data is usually skewed)
- Median survival time in cancer studies
- Median pain scores in post-operative research
4. The Mode
Definition
The mode is the value that occurs most frequently in a dataset. A dataset can have one mode (unimodal), two modes (bimodal), or more than two modes (multimodal).
From Henry's Clinical Diagnosis and Management:
"The mode is the most common value (i.e., the value of the variable that has the greatest number of data points). It does have a role in understanding when a data set consists of two or more different populations that result in more than one mode. If two separate subpopulations are present, it is called a bimodal population."
Medical Example
Blood group distribution of 20 patients in a ward:
A, B, O, O, AB, O, B, O, A, O, B, O, O, A, B, O, A, O, B, O
Count: A=4, B=5, O=9, AB=1
Mode = O (appears 9 times - most frequent)
Another Example (Bimodal)
Ages of patients admitted to a hospital ward (years):
25, 25, 30, 35, 65, 65, 70, 72
Mode = 25 and 65 → This is a bimodal distribution, suggesting two distinct subgroups (young adults and elderly patients).
Properties of the Mode
| Property | Details |
|---|
| Frequency-based | The most common value |
| Not affected by outliers | Very resistant to extreme values |
| Can be used for | Nominal (categorical) data |
| May not exist | In some datasets, no value repeats |
Merits
- Easy to identify
- Only average applicable to nominal/categorical data (blood group, gender, religion)
- Not affected by extreme values
- Useful for bimodal distributions to identify two subgroups
Demerits
- May not be unique (can be bimodal/multimodal)
- May not exist in some datasets
- Not suitable for further calculations
- Ignores most of the data
Medical Application
- Most common blood group in a population
- Most frequently prescribed drug in a hospital
- Most common diagnosis in an outpatient department
5. Relationship Between Mean, Median, and Mode
This is one of the most important concepts in biostatistics.
In a Normal (Gaussian) Distribution
From Quick Compendium of Clinical Pathology:
"In a perfect Gaussian distribution, mean, median, and mode are identical."
$$\text{Mean} = \text{Median} = \text{Mode}$$
In a Positively Skewed Distribution (Skewed Right)
The tail is on the right side. A few very high values pull the mean upward.
$$\text{Mode} < \text{Median} < \text{Mean}$$
Medical example: Income distribution, hospital waiting times, serum creatinine in a general population (most people have normal creatinine; a few have very high values due to renal failure).
In a Negatively Skewed Distribution (Skewed Left)
The tail is on the left side. A few very low values pull the mean downward.
$$\text{Mean} < \text{Median} < \text{Mode}$$
Medical example: Age at death in a developed country (most people die old; a few die young, pulling the mean down slightly).
Summary Table
| Distribution | Relationship |
|---|
| Normal (Gaussian) | Mean = Median = Mode |
| Positively skewed | Mode < Median < Mean |
| Negatively skewed | Mean < Median < Mode |
From Quick Compendium of Clinical Pathology:
"Some datasets are non-Gaussian - skewed positively or negatively. Skews alter the mean and median but do not affect the mode. In a positively skewed set of data, mean > median > mode."
6. The Geometric Mean
Definition
The geometric mean is the nth root of the product of n values. It is used when data spans several orders of magnitude or follows a log-normal distribution.
From Henry's Clinical Diagnosis:
"The geometric mean is calculated as the nth root of the product of a distribution of n numbers; its use for estimating central tendency minimizes the effects from extreme values such as are found in a log-normal distribution."
Formula
$$\text{Geometric Mean} = \sqrt[n]{x_1 \times x_2 \times \cdots \times x_n}$$
Or equivalently:
$$\log(\text{GM}) = \frac{\sum \log x_i}{n}$$
Medical Application
- Antibody titres (e.g., HBsAb levels after vaccination)
- Bacterial colony counts
- Drug concentration data (pharmacokinetics)
Example from the textbook:
Values: 3, 3, 4, 4, 5, 5, 5, 6, 6, 8, 9, 10, 15, 21
- Arithmetic mean = 7.2
- Geometric mean = 6.09 (better reflects the preponderance of lower values)
7. Which Measure to Use? (Decision Guide)
| Data Type | Distribution | Best Measure |
|---|
| Continuous | Normal (symmetric) | Mean |
| Continuous | Skewed / outliers present | Median |
| Categorical (nominal) | Any | Mode |
| Ordinal (ranked) | Any | Median |
| Log-normal (titres, counts) | Any | Geometric Mean |
| Bimodal population | Two peaks | Mode (both modes) |
From Cummings Otolaryngology:
"When SD is very large (larger than the mean value), the data often have an asymmetric distribution and should be described by the median and interquartile range. When in doubt, the median should always be used over the mean."
8. Worked Comprehensive Medical Example
Scenario: A physician records the systolic blood pressure (mmHg) of 10 patients in a hypertension clinic:
Values: 130, 145, 120, 160, 135, 145, 118, 150, 145, 132
Step 1 - Sort: 118, 120, 130, 132, 135, 145, 145, 145, 150, 160
Mean:
$$\bar{x} = \frac{118+120+130+132+135+145+145+145+150+160}{10} = \frac{1380}{10} = \textbf{138 mmHg}$$
Median: n = 10 (even) → Average of 5th and 6th values
$$= \frac{135 + 145}{2} = \textbf{140 mmHg}$$
Mode: 145 appears 3 times → Mode = 145 mmHg
Interpretation:
- Mean (138) < Median (140) < Mode (145)
- This suggests a slightly negatively skewed distribution
- The median (140 mmHg) is the best representative value for this skewed data
- The mode (145 mmHg) is the most common blood pressure recorded
9. Clinical Significance of Choosing the Right Measure
| Wrong choice | Consequence |
|---|
| Using mean in skewed income data | Overestimates typical household income |
| Using mean with one outlier (e.g., one patient with SBP 220) | Falsely elevates the "average" BP |
| Using mode for continuous data | Gives only one arbitrarily common value, not representative |
| Using median when data is truly normal | Wastes statistical power (mean would be better) |
10. Summary Table
| Feature | Mean | Median | Mode |
|---|
| Definition | Sum / n | Middle value | Most frequent |
| Formula | Σx/n | Positional | Count frequencies |
| Uses all values? | ✅ Yes | ❌ No | ❌ No |
| Affected by outliers? | ✅ Yes | ❌ No | ❌ No |
| Data type | Continuous | Continuous/Ordinal | Any (best for nominal) |
| Best distribution | Normal | Skewed | Categorical/Bimodal |
| Further calculations | ✅ Yes | ❌ Limited | ❌ No |
| In normal distribution | = Median = Mode | = Mean = Mode | = Mean = Median |
Conclusion
Measures of central tendency allow a researcher to represent an entire dataset with a single, meaningful value. The mean is the most powerful but sensitive to outliers. The median is the most reliable for real-world clinical data which is often skewed. The mode is the only measure usable for categorical data. Selecting the correct measure is not merely academic - it directly impacts clinical interpretation. A wrong choice can mislead clinical decisions, distort research conclusions, and misrepresent patient populations.
References:
- Quick Compendium of Clinical Pathology, 5th ed. - Section 8.3.1.1
- Henry's Clinical Diagnosis and Management by Laboratory Methods - Central Tendency & Statistics
- Swanson's Family Medicine Review - Biostatistics chapter
- Rockwood and Green's Fractures in Adults, 10th ed. - Descriptive Statistics