Table of contents
Mean
Definition
The mean, also known as the arithmetic mean or average, is the sum of all the numbers in a data set divided by the quantity of numbers in that set.
The mean is a measure of location.
Formula to calculate the mean
\begin{equation} \bar{x} = \frac{1}{n} \displaystyle\sum_{i=1}^{n}{x_i} = \frac{1}{n} (x_1 + x_2 + \ldots + x_n) \end{equation}
Code example
How to calculate the mean in R
References
- Ministry of Manpower
- Cite as: Arithmetic Mean. Brilliant.org. Retrieved 12:35, June 19, 2020, from https://brilliant.org/wiki/arithmetic-mean/