Measures of Central Tendency
In statistics, we often want to know where the "center" of our data lies. Mode and Median are two ways to see this center or tendency of the data.
Median: The Middle Value
The median is simply the data value that is exactly in the middle after all data has been sorted from smallest to largest.
How to Find the Median:
-
If the Number of Data is Odd (n is odd):
Example (Odd Data):
Suppose the test scores of 5 students are: 7, 8, 6, 9, 7
Sort: 6, 7, 7, 8, 9 (there are 5 data points, )
Middle position: . The data at the 3rd position is 7.
So, Median = 7.
-
If the Number of Data is Even (n is even):
Example (Even Data):
Suppose the test scores of 6 students are: 7, 8, 6, 9, 7, 10
Sort: 6, 7, 7, 8, 9, 10 (there are 6 data points, )
Middle positions: Position and position .
The two middle numbers are 7 and 8.
Median = Average of 7 and 8 = .
So, Median = .
The median is useful because it is not heavily affected by extremely large or small values (outliers) at the ends of the data.
Mode: The Most Frequent Value
The mode is even simpler. The mode is the data value that appears most often or has the highest frequency.
How to Find the Mode:
Example:
Test scores data: 7, 8, 6, 9, 7, 8, 7
- Score 6 appears 1 time
- Score 7 appears 3 times
- Score 8 appears 2 times
- Score 9 appears 1 time
The most frequent score is 7 (appears 3 times).
So, Mode = 7.
Important Notes about Mode:
- A dataset might have no mode (if all values appear with the same frequency).
- It can have one mode (unimodal).
- It can have two modes (bimodal), if there are two values with the same highest frequency.
- It can have more than two modes (multimodal).
Like the median, the mode is also not affected by extreme values (outliers).
A Quick Look at Range
Besides looking at the center of the data with mode and median, sometimes we also need to know how spread out our data is. One of the simplest ways is to look at the Range.
The range is the difference between the largest and smallest data values.
Example:
Data: 6, 7, 7, 8, 9, 10
Largest data = 10
Smallest data = 6
Range =
The range gives us a quick idea of how far our data spreads from end to end.
So, Median and Mode focus on the "center" of the data, while Range focuses on the "spread" of the data.