Template:Short description Template:Redirect Template:Broader Template:Use dmy dates
In mathematics and statistics, the arithmetic mean (Template:IPAc-en Template:Respell), arithmetic average, or just the mean or average (when the context is clear) is the sum of a collection of numbers divided by the count of numbers in the collection.<ref>Template:Cite book</ref> The collection is often a set of results from an experiment, an observational study, or a survey. The term "arithmetic mean" is preferred in some mathematics and statistics contexts because it helps distinguish it from other types of means, such as geometric and harmonic.
In addition to mathematics and statistics, the arithmetic mean is frequently used in economics, anthropology, history, and almost every academic field to some extent. For example, per capita income is the arithmetic average income of a nation's population.
While the arithmetic mean is often used to report central tendencies, it is not a robust statistic: it is greatly influenced by outliers (values much larger or smaller than most others). For skewed distributions, such as the distribution of income for which a few people's incomes are substantially higher than most people's, the arithmetic mean may not coincide with one's notion of "middle". In that case, robust statistics, such as the median, may provide a better description of central tendency.
DefinitionEdit
The arithmetic mean of a set of observed data is equal to the sum of the numerical values of each observation, divided by the total number of observations. Symbolically, for a data set consisting of the values <math>x_1,\dots,x_n</math>, the arithmetic mean is defined by the formula:
- <math>\bar{x}=\frac{1}{n}\left (\sum_{i=1}^n{x_i}\right)
=\frac{x_1+x_2+\dots+x_n}{n}</math><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
(For an explanation of the summation operator, see summation.)
In simpler terms, the formula for the arithmetic mean is:
<math>\frac{\text{Total of all numbers within the data}}{\text{Amount of total numbers within the data}} </math>
For example, if the monthly salaries of <math>10</math> employees are <math>\{2500,2700,2400,2300,2550,2650,2750,2450,2600,2400\}</math>, then the arithmetic mean is:
- <math>\frac{2500+2700+2400+2300+2550+2650+2750+2450+2600+2400}{10}=2530</math>
If the data set is a statistical population (i.e., consists of every possible observation and not just a subset of them), then the mean of that population is called the population mean and denoted by the Greek letter <math>\mu</math>. If the data set is a statistical sample (a subset of the population), it is called the sample mean (which for a data set <math>X</math> is denoted as <math>\overline{X}</math>).
The arithmetic mean can be similarly defined for vectors in multiple dimensions, not only scalar values; this is often referred to as a centroid. More generally, because the arithmetic mean is a convex combination (meaning its coefficients sum to <math>1</math>), it can be defined on a convex space, not only a vector space.
HistoryEdit
The statistician Churchill Eisenhart, senior researcher fellow at the U. S. National Bureau of Standards, traced the history of the arithmetic mean in detail. In the modern age it started to be used as a way of combining various observations that should be identical, but were not such as estimates of the direction of magnetic north. In 1635 the mathematician Henry Gellibrand described as “meane” the midpoint of a lowest and highest number, not quite the arithmetic mean. In 1668, a person known as “DB” was quoted in the Transactions of the Royal Society describing “taking the mean” of five values:<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Template:Quote
Motivating propertiesEdit
The arithmetic mean has several properties that make it interesting, especially as a measure of central tendency. These include:
- If numbers <math>x_1,\dotsc,x_n</math> have mean <math>\bar{x}</math>, then <math>(x_1-\bar{x})+\dotsb+(x_n-\bar{x})=0</math>. Since <math>x_i-\bar{x}</math> is the distance from a given number to the mean, one way to interpret this property is by saying that the numbers to the left of the mean are balanced by the numbers to the right. The mean is the only number for which the residuals (deviations from the estimate) sum to zero. This can also be interpreted as saying that the mean is translationally invariant in the sense that for any real number <math>a</math>, <math>\overline{x + a} = \bar{x} + a</math>.
- If it is required to use a single number as a "typical" value for a set of known numbers <math>x_1,\dotsc,x_n</math>, then the arithmetic mean of the numbers does this best since it minimizes the sum of squared deviations from the typical value: the sum of <math>(x_i-\bar{x})^2</math>. The sample mean is also the best single predictor because it has the lowest root mean squared error.<ref name="JM">Template:Cite book</ref> If the arithmetic mean of a population of numbers is desired, then the estimate of it that is unbiased is the arithmetic mean of a sample drawn from the population.
- The arithmetic mean is independent of scale of the units of measurement, in the sense that <math>\text{avg}(ca_{1},\cdots,ca_{n})=c\cdot\text{avg}(a_{1},\cdots,a_{n}).</math> So, for example, calculating a mean of liters and then converting to gallons is the same as converting to gallons first and then calculating the mean. This is also called first order homogeneity.
Additional propertiesEdit
- The arithmetic mean of a sample is always between the largest and smallest values in that sample.
- The arithmetic mean of any amount of equal-sized number groups together is the arithmetic mean of the arithmetic means of each group.
Contrast with medianEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
The arithmetic mean may be contrasted with the median. The median is defined such that no more than half the values are larger, and no more than half are smaller than it. If elements in the data increase arithmetically when placed in some order, then the median and arithmetic average are equal. For example, consider the data sample <math>\{1,2,3,4\}</math>. The mean is <math>2.5</math>, as is the median. However, when we consider a sample that cannot be arranged to increase arithmetically, such as <math>\{1,2,4,8,16\}</math>, the median and arithmetic average can differ significantly. In this case, the arithmetic average is <math>6.2</math>, while the median is <math>4</math>. The average value can vary considerably from most values in the sample and can be larger or smaller than most.
There are applications of this phenomenon in many fields. For example, since the 1980s, the median income in the United States has increased more slowly than the arithmetic average of income.<ref>Template:Cite magazine</ref>
GeneralizationsEdit
Weighted averageEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
A weighted average, or weighted mean, is an average in which some data points count more heavily than others in that they are given more weight in the calculation.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> For example, the arithmetic mean of <math>3</math> and <math>5</math> is <math>\frac{3+5}{2}=4</math>, or equivalently <math>3 \cdot \frac{1}{2}+5 \cdot \frac{1}{2}=4</math>. In contrast, a weighted mean in which the first number receives, for example, twice as much weight as the second (perhaps because it is assumed to appear twice as often in the general population from which these numbers were sampled) would be calculated as <math>3 \cdot \frac{2}{3}+5 \cdot \frac{1}{3}=\frac{11}{3}</math>. Here the weights, which necessarily sum to one, are <math>\frac{2}{3}</math> and <math>\frac{1}{3}</math>, the former being twice the latter. The arithmetic mean (sometimes called the "unweighted average" or "equally weighted average") can be interpreted as a special case of a weighted average in which all weights are equal to the same number (<math>\frac{1}{2}</math> in the above example and <math>\frac{1}{n}</math> in a situation with <math>n</math> numbers being averaged).
FunctionsEdit
Continuous probability distributionsEdit
If a numerical property, and any sample of data from it, can take on any value from a continuous range instead of, for example, just integers, then the probability of a number falling into some range of possible values can be described by integrating a continuous probability distribution across this range, even when the naive probability for a sample number taking one certain value from infinitely many is zero. In this context, the analog of a weighted average, in which there are infinitely many possibilities for the precise value of the variable in each range, is called the mean of the probability distribution. The most widely encountered probability distribution is called the normal distribution; it has the property that all measures of its central tendency, including not just the mean but also the median mentioned above and the mode (the three Ms<ref name=ThreeMs>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>), are equal. This equality does not hold for other probability distributions, as illustrated for the log-normal distribution here.
AnglesEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
Particular care is needed when using cyclic data, such as phases or angles. Taking the arithmetic mean of 1° and 359° yields a result of 180°. This is incorrect for two reasons:
- Firstly, angle measurements are only defined up to an additive constant of 360° (<math>2\pi</math> or <math>\tau</math>, if measuring in radians). Thus, these could easily be called 1° and -1°, or 361° and 719°, since each one of them produces a different average.
- Secondly, in this situation, 0° (or 360°) is geometrically a better average value: there is lower dispersion about it (the points are both 1° from it and 179° from 180°, the putative average).
In general application, such an oversight will lead to the average value artificially moving towards the middle of the numerical range. A solution to this problem is to use the optimization formulation (that is, define the mean as the central point: the point about which one has the lowest dispersion) and redefine the difference as a modular distance (i.e., the distance on the circle: so the modular distance between 1° and 359° is 2°, not 358°).
Template:AM GM inequality visual proof.svg
Symbols and encodingEdit
The arithmetic mean is often denoted by a bar (vinculum or macron), as in <math>\bar{x}</math>.<ref name="JM"/>
Some software (text processors, web browsers) may not display the "x̄" symbol correctly. For example, the HTML symbol "x̄" combines two codes — the base letter "x" plus a code for the line above ( ̄ or ¯).<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
In some document formats (such as PDF), the symbol may be replaced by a "¢" (cent) symbol when copied to a text processor such as Microsoft Word.
See alsoEdit
Template:QM AM GM HM inequality visual proof.svg
- Fréchet mean
- Generalized mean
- Inequality of arithmetic and geometric means
- Sample mean and covariance
- Standard deviation
- Standard error of the mean
- Summary statistics
NotesEdit
Template:Notelist Template:Reflist
ReferencesEdit
Further readingEdit
External linksEdit
- Calculations and comparisons between arithmetic mean and geometric mean of two numbers
- Calculate the arithmetic mean of a series of numbers on fxSolver
Template:Statistics Template:Portal bar Template:Authority control