Measures of Central Tendency โ Mean, Median, Mode โ
๐ฏ Learning Objectives
By the end of this lesson, you will be able to:
โ Define Mean, Median, and Mode
โ Understand their differences and applications
โ Calculate each measure from a dataset
โ Know which measure to use in which situation
1๏ธโฃ Introduction
When we have a set of data, we often want to summarize it with a single value that represents the โcenterโ or โaverageโ of the data. These are called measures of central tendency, and the three most common are:
โ
Mean
โ
Median
โ
Mode
2๏ธโฃ Mean (Arithmetic Average)
Definition:
- The sum of all observations divided by the number of observations.
โ Formula:

โ Example:
If weights of 5 patients are: 50, 55, 60, 65, 70 kg

โ Key Features:
- Affected by extreme values (outliers)
- Best for normally distributed data
3๏ธโฃ Median
Definition:
- The middle value when all observations are arranged in ascending or descending order.
- If the number of observations is even โ average of the two middle values.
โ Example:
Data: 50, 55, 60, 65, 70
Median = 60 (middle value)
If data was 50, 55, 60, 65 โ Median = (55 + 60)/2 = 57.5
โ Key Features:
- Not affected by extreme values
- Best for skewed data
4๏ธโฃ Mode
Definition:
- The value that occurs most frequently in the dataset.
โ Example:
Data: 50, 55, 60, 60, 70
Mode = 60 (appears twice)
โ Key Features:
- Can have more than one mode (bimodal or multimodal)
- Useful for categorical data
5๏ธโฃ Comparison Table
Measure | Definition | Affected by Outliers? | Best Use Case |
---|---|---|---|
Mean | Arithmetic average | โ Yes | Normal distribution |
Median | Middle value | โ No | Skewed distribution |
Mode | Most frequent value | โ No | Categorical data |
6๏ธโฃ Clinical Relevance
- Mean: Used in lab reports (e.g., average hemoglobin level in a population).
- Median: Used in income distribution or skewed medical data like hospital stay length.
- Mode: Used for common blood groups or most frequent diagnosis.
7๏ธโฃ Quick Check: Test Your Understanding โ
Q1: Which measure is most appropriate for skewed data?
a) Mean
b) Median
c) Mode
๐ Answer: b) Median
Q2: The most frequently occurring blood group in a population is an example of:
a) Mean
b) Median
c) Mode
๐ Answer: c) Mode
Q3: Which measure is affected by outliers?
๐ Answer: Mean
โจ Key Takeaways
- Mean: Sum รท Number of values (best for normal data, but sensitive to outliers).
- Median: Middle value (best for skewed data).
- Mode: Most frequent value (best for categorical data).