Arithmetic mean

Jump to navigation Jump to search

WikiDoc Resources for Arithmetic mean

Articles

Most recent articles on Arithmetic mean

Most cited articles on Arithmetic mean

Review articles on Arithmetic mean

Articles on Arithmetic mean in N Eng J Med, Lancet, BMJ

Media

Powerpoint slides on Arithmetic mean

Images of Arithmetic mean

Photos of Arithmetic mean

Podcasts & MP3s on Arithmetic mean

Videos on Arithmetic mean

Evidence Based Medicine

Cochrane Collaboration on Arithmetic mean

Bandolier on Arithmetic mean

TRIP on Arithmetic mean

Clinical Trials

Ongoing Trials on Arithmetic mean at Clinical Trials.gov

Trial results on Arithmetic mean

Clinical Trials on Arithmetic mean at Google

Guidelines / Policies / Govt

US National Guidelines Clearinghouse on Arithmetic mean

NICE Guidance on Arithmetic mean

NHS PRODIGY Guidance

FDA on Arithmetic mean

CDC on Arithmetic mean

Books

Books on Arithmetic mean

News

Arithmetic mean in the news

Be alerted to news on Arithmetic mean

News trends on Arithmetic mean

Commentary

Blogs on Arithmetic mean

Definitions

Definitions of Arithmetic mean

Patient Resources / Community

Patient resources on Arithmetic mean

Discussion groups on Arithmetic mean

Patient Handouts on Arithmetic mean

Directions to Hospitals Treating Arithmetic mean

Risk calculators and risk factors for Arithmetic mean

Healthcare Provider Resources

Symptoms of Arithmetic mean

Causes & Risk Factors for Arithmetic mean

Diagnostic studies for Arithmetic mean

Treatment of Arithmetic mean

Continuing Medical Education (CME)

CME Programs on Arithmetic mean

International

Arithmetic mean en Espanol

Arithmetic mean en Francais

Business

Arithmetic mean in the Marketplace

Patents on Arithmetic mean

Experimental / Informatics

List of terms related to Arithmetic mean

Editor-In-Chief: C. Michael Gibson, M.S., M.D. [1]


Overview

In mathematics and statistics, the arithmetic mean (or simply the mean) of a list of numbers is the sum of all the members of the list divided by the number of items in the list. The arithmetic mean is what students are taught very early to call the "average". If the list is a statistical population, then the mean of that population is called a population mean. If the list is a statistical sample, we call the resulting statistic a sample mean.

When the mean is not an accurate estimate of the median, the list of numbers, or frequency distribution, is said to be skewed.

Introduction

If we denote a set of data by X = (x1, x2, ..., xn), then the sample mean is typically denoted with a horizontal bar over the variable (<math>\bar{x} \,</math>, enunciated "x bar").

The symbol μ (Greek: mu) is used to denote the arithmetic mean of an entire population. Or, for a random number that has a defined mean, μ is the probabilistic mean or expected value of the random number. If the set X is a collection of random numbers with probabilistic mean of μ, then for any individual sample, xi, from that collection, μ = E{xi} is the expected value of that sample.

In practice, the difference between μ and <math>\bar{x} \,</math> is that μ is typically unobservable because one observes only a sample rather than the whole population, and if the sample is drawn randomly, then one may treat <math>\bar{x} \,</math>, but not μ, as a random variable, attributing a probability distribution to it (the sampling distribution of the mean).

Both are computed in the same way:

<math>\bar{x} = \frac{1}{n}\sum_{i=1}^n x_i = \frac{1}{n} (x_1+\cdots+x_n).</math>

If X is a random variable, then the expected value of X can be seen as the long-term arithmetic mean that occurs on repeated measurements of X. This is the content of the law of large numbers. As a result, the sample mean is used to estimate unknown expected values.

Note that several other "means" have been defined, including the generalized mean, the generalized f-mean, the harmonic mean, the arithmetic-geometric mean, and various weighted means.

Examples

  • If you have 3 numbers then add them and divide them by 3: <math>\frac{x_1 + x_2 + x_3}{3}</math>
  • If you have 4 numbers add them and divide by 4: <math>\frac{x_1 + x_2 + x_3 + x_4}{4}</math>

Formulation as an optimization problem

The arithmetic mean is the value with minimal quadratical distance from the given values:

<math>\bar{x} = \arg \min_{y\in\R} {\sum_{k=1}^n (y-x_k)^2}. </math>

Equivalently, the mean is the best least squares fit of a constant function to the given data.

Problems with some uses of the mean

While the mean is often used to report central tendency, it may not be appropriate for describing |Skewnessskewed distribution]]s, because it is easily misinterpreted. The arithmetic mean is greatly influenced by outliers. These distortions can occur when the mean is different from the median. When this happens the median may be a better description of central tendency.

A classic example is average income. The arithmetic mean may be misinterpreted to imply that most people's incomes are higher than is in fact the case. When presented with an "average" one may be led to believe that most people's incomes are near this number. This "average" (arithmetic mean) income is higher than most people's incomes, because high income outliers skew the result higher (in contrast, the median income "resists" such skew). However, this "average" says nothing about the number of people near the median income (nor does it say anything about the modal income that most people are near). Nevertheless, because one might carelessly relate "average" and "most people" one might incorrectly assume that most people's incomes would be higher (nearer this inflated "average") than they are. For instance, reporting the "average" net worth in Medina, Washington as the arithmetic mean of all annual net worths would yield a surprisingly high number because of Bill Gates. Consider the scores (1, 2, 2, 2, 3, 9). The arithmetic mean is 3.17, but five out of six scores are below this.

In certain situations, the arithmetic mean is the wrong measure of central tendency altogether. For example, if a stock fell 10 % in the first year, and rose 30 % in the second year, then it would be incorrect to report its "average" increase per year over this two year period as the arithmetic mean (−10 % + 30 %)/2 = 10 %; the correct average in this case is the geometric mean which yields an average increase per year of only 8.2 %. The reason for this is that each of those percents have different starting points. If the stock starts at $30 and falls 10 %, it is now at $27. If the stock then rises 30 %, it is now $35.1. The arithmetic mean of those rises is 10 %, but since the stock rose by $5.1 in 2 years, an average of 8.2 % would result in the final $35.1 figure [$30(1-10 %)(1+30 %) = $30(1+8.2 %)(1+8.2 %) = $35.1]. If one used the arithmetic mean 10 % in the same way, one would not get the actual increase [$30(1+10 %)(1+10 %) = $36.3].

Particular care must be taken when using cyclic data such as phases or angles. Taking the arithmetic mean of 1 degree and 359 degrees yields a result of 180 degrees, whereas 1 and 359 are both adjacent to 360 degrees which may be a more correct average value. In general application such an oversight will lead to the average value artificially moving towards the middle of the numerical range.

See also

Further reading

  • Darrell Huff, How to lie with statistics, Victor Gollancz, 1954 (ISBN 0-393-31072-8).

External links

Template:Statistics


Template:WikiDoc Sources