Published on

What Is the Arithmetic Mean?

Authors
  • avatar
    Name
    hwahyeon
    Twitter

The arithmetic mean is one of the most commonly used measures for summarizing a set of numerical values. It is defined as follows:

x=x1+x2++xnn=i=1nxin\overline{x} = \frac{x_1+x_2+\cdots+x_n}{n} = \frac{\sum_{i=1}^{n}x_i}{n}
  • xix_i: an individual measurement
  • nn: the number of measurements

For example, if the measured values are 44, 55, 66, 77, and 88, the arithmetic mean is:

x=4+5+6+7+85=6\overline{x} = \frac{4+5+6+7+8}{5} = 6

In the graph below, each point represents an individual measurement, while the dashed line represents the arithmetic mean.

Measurements and their arithmetic meanA graph showing five measurements, 4, 5, 6, 7, and 8, with an arithmetic mean of 6

Mean = 6

1

2

3

4

5

4

5

6

7

8

Measurement number

Measured value

The arithmetic mean works well when the data are roughly symmetric and contain no significant outliers. Because extreme values can strongly affect the mean, the median may be more appropriate when the data are skewed or contain outliers.