Mean, median, and mode are three measures of central tendency used to describe a typical value in a data set. Each captures “average” in a different way: the mean uses all values, the median identifies the middle position, and the mode finds the most frequent value. Choosing the best one depends on the type of data, the presence of outliers, and whether a single representative value is needed.
Mean formula:
Median rule: order the data first, then locate the middle value, or take the midpoint of the two middle values if there is an even number of data points.
Key idea: the mean is an arithmetic balance point.
Formula: , where are the data values and is the number of values.
Even-case midpoint: , where and are the two middle ordered values.
| Measure | What it represents | Strength | Limitation |
|---|---|---|---|
| Mean | Equal-share value using all data | Uses every value and is algebraically useful | Strongly affected by outliers |
| Median | Middle ordered value | Resistant to extreme values | Ignores exact distances from the centre |
| Mode | Most frequent value | Works for categorical data and highlights common outcomes | May be multiple or unclear |