The mean, also known as the arithmetic average, is one of the most widely used measures of central tendency. It provides a single value that represents the typical or central point of a dataset, helping to summarise large sets of numbers into a meaningful indicator of overall performance or behaviour.
The concept of the mean dates back to early mathematics and is now fundamental in modern statistics, economics, and science. It is a simple yet powerful tool that allows analysts to describe, compare, and interpret data patterns. The mean forms the foundation for many statistical analyses, including variance, standard deviation, and hypothesis testing.
Formula:
\(
\text{Mean } (\mu) = \frac{\text{Sum of all values}}{\text{Number of values}} = \frac{\sum_{i=1}^{n} x_i}{n}
\)
Where:
Example:
If the exam scores of five students are 70, 75, 80, 85, and 90, then:
\(
\bar{x} = \frac{70 + 75 + 80 + 85 + 90}{5} = 80
\)
The mean score is 80.
The mean is central to both descriptive and inferential statistics. It provides a quick summary of data and serves as a baseline for further analysis, such as calculating variance and control limits in process control. Despite its simplicity, the mean remains a cornerstone in data-driven decision-making across all disciplines.