Measures of Central Tendency

1 Measures of Central Tendency

When we collect data — whether it is the ages of survey respondents, the prices of homes sold in a city, or the number of hours students spend studying each week — one of the first questions we ask is: what is a typical value? Measures of central tendency are statistical tools designed to answer exactly this question. They identify a single value that best represents the centre, or middle ground, of an entire dataset. Three measures dominate statistical practice: the mean, the median, and the mode. Each has its own method of calculation, its own strengths, and its own limitations. Choosing the right one depends on the nature of the data and the purpose of the analysis. Used together, they paint a much richer picture of any dataset than any one of them could alone.

The arithmetic mean is what most people think of when they hear the word "average." To calculate it, you sum every value in the dataset and then divide by the number of values. If five students scored 55, 62, 70, 74, and 89 on a test, the mean is (55 + 62 + 70 + 74 + 89) ÷ 5 = 350 ÷ 5 = 70. The formula is written as:

x̄ = (Σxᵢ) / n

where x̄ is the sample mean, Σxᵢ is the sum of all values, and n is the number of values.

The defining characteristic of the mean is that it incorporates every value in the dataset. This makes it a comprehensive and mathematically powerful summary — it forms the foundation for many further calculations in inferential statistics, including standard deviations, t-tests, and regression analysis. Because of these algebraic properties, the mean is generally the preferred measure when the goal is to use the data in further statistical modelling.

However, this same quality — sensitivity to every value — is also the mean's greatest vulnerability. Outliers, which are values that sit far from the rest of the data, can pull the mean dramatically away from where most of the data actually sits. Imagine a small company with six employees earning annual salaries of £22,000, £24,000, £25,000, £26,000, £27,000, and £150,000 (the owner). The mean salary is (22,000 + 24,000 + 25,000 + 26,000 + 27,000 + 150,000) ÷ 6 = 274,000 ÷ 6 ≈ £45,667. This figure is higher than five of the six salaries and would give a completely misleading impression of what a typical employee earns. When reporting the mean, it is good practice to explicitly note whether outliers are present that might distort the interpretation. The mean is most appropriate for interval or ratio level data that are roughly symmetrically distributed — for example, heights of adults, examination marks in a large cohort, or repeated measurements of a physical quantity under controlled conditions.

The median is the middle value of a dataset once all values have been arranged in ascending (or descending) order. It divides the distribution exactly in half: 50% of values fall at or below the median and 50% fall at or above it. For an odd number of values, the median is simply the middle item. For an even number of values, it is the arithmetic average of the two middle items.

Odd example  — values: 12, 15, 18, 21, 29   → median = 18  (3rd of 5 values)

Even example — values: 12, 15, 18, 21       → median = (15 + 18) / 2 = 16.5

The median's critical advantage is its resistance to outliers. Returning to the salary example, the ordered values are £22,000, £24,000, £25,000, £26,000, £27,000, £150,000. The median is the average of the 3rd and 4th values: (25,000 + 26,000) ÷ 2 = £25,500. This figure is far more representative of what a typical employee earns. No matter how extreme the owner's salary became — £500,000 or £1,000,000 — the median would not change, because it depends only on the order of the values, not their magnitude.

This robustness makes the median particularly valuable for skewed distributions and for ordinal data (data that can be ranked but where the intervals between ranks are not necessarily equal, such as satisfaction ratings of "poor, fair, good, excellent"). It is also the standard measure reported for house prices and household incomes in most countries precisely because these distributions tend to have long upper tails driven by very high values. When a dataset contains extreme high or low values, the median provides a more honest picture of the experience of the typical observation than the mean does.

The mode is the value (or values) that appear most frequently in a dataset. It requires no calculation beyond counting. In the set {3, 5, 5, 7, 8, 8, 8, 10}, the mode is 8 because it appears three times — more than any other value. A dataset can be:

The mode is the only measure of central tendency that can be applied to nominal (categorical) data — data that fall into named categories with no inherent order, such as favourite colours, modes of transport, or blood types. If 200 people are asked their preferred social media platform and 85 say Instagram, 60 say TikTok, 40 say Facebook, and 15 say Twitter, the mode is Instagram. You cannot meaningfully compute a mean or median for such data, but you can absolutely identify the most common response.

For continuous numerical data, the mode is less useful because individual values rarely repeat exactly (a dataset of precise weights measured to three decimal places would almost certainly have no repeating values). However, it becomes informative again when continuous data are grouped into class intervals — the class with the highest frequency is called the modal class. In business contexts, the mode is invaluable: a clothing retailer needs to know the most commonly sold shoe size (the mode) so they can manage stock levels appropriately, not the mathematically average shoe size.

Comparing the three measures together reveals important structural information about a dataset. Their relationship signals the shape of the distribution:

Relationship Distribution Shape Typical Cause Which Measure to Prefer
Mean ≈ Median ≈ Mode Symmetrical (normal) Data evenly spread around the centre Mean (all are equivalent)
Mean > Median > Mode Positively skewed (right-skewed) A few very high outliers pulling the mean up Median
Mean < Median < Mode Negatively skewed (left-skewed) A few very low outliers pulling the mean down Median
Two or more modes Bimodal / multimodal Two or more distinct subgroups in the data Mode (and investigate subgroups)

Consider the following illustrative dataset of annual bonuses paid to twelve employees (in £): 500, 600, 650, 700, 700, 750, 750, 750, 800, 850, 900, 5,000. The mode is £750 (appears three times). The median is the average of the 6th and 7th values in the ordered list: (750 + 750) ÷ 2 = £750. The mean is the total divided by 12: 13,950 ÷ 12 = £1,162.50. Here the mean is nearly 55% higher than the median and mode — entirely because of the single £5,000 outlier. An employee told the "average bonus" is £1,162.50 would feel misled. The median and mode tell a far more representative story.

Selecting the most appropriate measure of central tendency is not arbitrary — it follows from two primary considerations: the level of measurement of the data and the shape of the distribution.

In practice, the best approach is often to report more than one measure. A public health report on waiting times in an emergency department, for instance, might state: "The mean waiting time was 47 minutes, though the median was 31 minutes, reflecting the influence of a small number of very long waits on the average." This kind of transparent reporting gives audiences the information they need to interpret the data accurately, without hiding the distribution's true character behind a single number. Similarly, knowing that the most common waiting time (the mode) was only 15–20 minutes (in a grouped distribution) might be equally important for operational planning.

Ultimately, measures of central tendency are starting points, not endpoints. They answer the question "where is the middle of this data?" but they tell us nothing about spread, shape, or reliability on their own. A thorough statistical analysis always pairs them with measures of variability — such as the range, interquartile range, or standard deviation — to build a complete picture of the dataset. But as a foundation, understanding when and why to use the mean, median, and mode is one of the most practically important skills in any quantitative discipline.

NotesThe salary and bonus worked examples are constructed illustrations. Instructors may wish to pair this content with hands-on exercises where learners calculate all three measures for the same dataset and then interpret what the differences between them reveal about the distribution shape.