Measures of central tendency are values that represent the center or middle of a data set. The three main measures are mean, median, and mode.
Mean (Average)
The mean is the arithmetic average of all values in a data set. To find the mean, add up all the values and divide by the number of values.
For example, if we have the data set {2, 4, 6, 8, 10}, the mean would be:
The mean is sensitive to outliers - extreme values can significantly affect the mean. For example, if we add 100 to our data set, the mean becomes much larger, even though most of our values are still small.
Median
The median is the middle value when data is arranged in order. If there's an even number of values, the median is the average of the two middle values.
For example, with our data set {2, 4, 6, 8, 10}:
- The values are already in order
- There are 5 values (odd number)
- The middle value is 6, so the median is 6
If we had {2, 4, 6, 8, 10, 12}:
- There are 6 values (even number)
- The two middle values are 6 and 8
- The median would be
Unlike the mean, the median is not affected by outliers. This makes it a better measure of central tendency when dealing with data that has extreme values.
Mode
The mode is the value(s) that appear most frequently in a data set. A data set can have:
- One mode (unimodal)
- Two modes (bimodal)
- More than two modes (multimodal)
- No mode (if no value appears more than once)
For example:
- In {1, 2, 2, 3, 4}, the mode is 2
- In {1, 2, 2, 3, 3, 4}, the modes are 2 and 3
- In {1, 2, 3, 4, 5}, there is no mode