Mean

Mean

In statistics, mean has two related meanings:

There are other statistical measures that should not be confused with averages - including 'median' and 'mode'. Other simple statistical analyses use measures of spread, such as range, interquartile range, or standard deviation. For a real-valued random variable X, the mean is the expectation of X. Note that not every probability distribution has a defined mean (or variance); see the Cauchy distribution for an example.

For a data set, the mean is the sum of the values divided by the number of values. The mean of a set of numbers x1, x2, ..., xn is typically denoted by \bar{x}, pronounced "x bar". This mean is a type of arithmetic mean. If the data set were based on a series of observations obtained by sampling a statistical population, this mean is termed the "sample mean" (\bar{x}) to distinguish it from the "population mean" (μ or μx). The mean is often quoted along with the standard deviation: the mean describes the central location of the data, and the standard deviation describes the spread. An alternative measure of dispersion is the mean deviation, equivalent to the average absolute deviation from the mean. It is less sensitive to outliers, but less mathematically tractable.

If a series of observations is sampled from a larger population (measuring the heights of a sample of adults drawn from the entire world population, for example), or from a probability distribution which gives the probabilities of each possible result, then the larger population or probability distribution can be used to construct a "population mean", which is also the expected value for a sample drawn from this population or probability distribution. For a finite population, this would simply be the arithmetic mean of the given property for every member of the population. For a probability distribution, this would be a sum or integral over every possible value weighted by the probability of that value. It is a universal convention to represent the population mean by the symbol μ.[1] In the case of a discrete probability distribution, the mean of a discrete random variable x is given by taking the product of each possible value of x and its probability P(x), and then adding all these products together, giving \mu = \sum x P(x).[2]

The sample mean may differ from the population mean, especially for small samples, but the law of large numbers dictates that the larger the size of the sample, the more likely it is that the sample mean will be close to the population mean.[3]

As well as statistics, means are often used in geometry and analysis; a wide range of means have been developed for these purposes, which are not much used in statistics. These are listed below.

Contents

Examples of means

Arithmetic mean (AM)

The arithmetic mean is the "standard" average, often simply called the "mean".

 \bar{x} = \frac{1}{n}\cdot \sum_{i=1}^n{x_i}

The mean may often be confused with the median, mode or range. The mean is the arithmetic average of a set of values, or distribution; however, for skewed distributions, the mean is not necessarily the same as the middle value (median), or the most likely (mode). For example, mean income is skewed upwards by a small number of people with very large incomes, so that the majority have an income lower than the mean. By contrast, the median income is the level at which half the population is below and half is above. The mode income is the most likely income, and favors the larger number of people with lower incomes. The median or mode are often more intuitive measures of such data.

Nevertheless, many skewed distributions are best described by their mean – such as the exponential and Poisson distributions.

For example, the arithmetic mean of six values: 34, 27, 45, 55, 22, 34 is

\frac{34+27+45+55+22+34}{6} = \frac{217}{6} \approx 36.167.

Geometric mean (GM)

The geometric mean is an average that is useful for sets of positive numbers that are interpreted according to their product and not their sum (as is the case with the arithmetic mean) e.g. rates of growth.

 \bar{x} = \left ( \prod_{i=1}^n{x_i} \right ) ^\tfrac1n

For example, the geometric mean of six values: 34, 27, 45, 55, 22, 34 is:

(34 \cdot 27 \cdot 45 \cdot 55 \cdot 22 \cdot 34)^{1/6} = 1,699,493,400^{1/6} \approx 34.545.

Harmonic mean (HM)

The harmonic mean is an average which is useful for sets of numbers which are defined in relation to some unit, for example speed (distance per unit of time).

 \bar{x} = n \cdot \left ( \sum_{i=1}^n \frac{1}{x_i} \right ) ^{-1}

For example, the harmonic mean of the six values: 34, 27, 45, 55, 22, and 34 is

\frac{6}{\frac{1}{34}+\frac{1}{27}+\frac{1}{45} + \frac{1}{55} + \frac{1}{22}+\frac{1}{34}} = \frac{60588}{1835} \approx 33.0179836.

Relationship between AM, GM, and HM

AM, GM, and HM satisfy these inequalities:

 AM \ge GM \ge HM \,

Equality holds only when all the elements of the given sample are equal.

Generalized means

Power mean

The generalized mean, also known as the power mean or Hölder mean, is an abstraction of the quadratic, arithmetic, geometric and harmonic means. It is defined for a set of n positive numbers xi by

 \bar{x}(m) = \left ( \frac{1}{n}\cdot\sum_{i=1}^n{x_i^m} \right ) ^\tfrac1m

By choosing the appropriate value for the parameter m we get all means:

m\rightarrow\infty maximum
m = 2 quadratic mean
m = 1 arithmetic mean
m\rightarrow0 geometric mean
m = − 1 harmonic mean
m\rightarrow-\infty minimum

ƒ-mean

This can be generalized further as the generalized f-mean

 \bar{x} = f^{-1}\left({\frac{1}{n}\cdot\sum_{i=1}^n{f(x_i)}}\right)

and again a suitable choice of an invertible ƒ will give

f(x) = \frac{1}{x} harmonic mean,
f(x) = xm power mean,
f(x) = ln x geometric mean.

Weighted arithmetic mean

The weighted arithmetic mean is used, if one wants to combine average values from samples of the same population with different sample sizes:

 \bar{x} = \frac{\sum_{i=1}^n{w_i \cdot x_i}}{\sum_{i=1}^n {w_i}}.

The weights wi represent the bounds of the partial sample. In other applications they represent a measure for the reliability of the influence upon the mean by respective values.

Truncated mean

Sometimes a set of numbers might contain outliers, i.e. a datum which is much lower or much higher than the others. Often, outliers are erroneous data caused by artifacts. In this case one can use a truncated mean. It involves discarding given parts of the data at the top or the bottom end, typically an equal amount at each end, and then taking the arithmetic mean of the remaining data. The number of values removed is indicated as a percentage of total number of values.

Interquartile mean

The interquartile mean is a specific example of a truncated mean. It is simply the arithmetic mean after removing the lowest and the highest quarter of values.

 \bar{x} = {2 \over n} \sum_{i=(n/4)+1}^{3n/4}{x_i}

assuming the values have been ordered, so is simply a specific example of a weighted mean for a specific set of weights.

Mean of a function

In calculus, and especially multivariable calculus, the mean of a function is loosely defined as the average value of the function over its domain. In one variable, the mean of a function f(x) over the interval (a,b) is defined by

\bar{f}=\frac{1}{b-a}\int_a^bf(x)\,dx.

Recall that a defining property of the average value \bar{y} of finitely many numbers y_1, y_2, \dots, y_n is that n\bar{y} = y_1 + y_2 + \cdots + y_n. In other words, \bar{y} is the constant value which when added to itself n times equals the result of adding the n terms of yi. By analogy, a defining property of the average value \bar{f} of a function over the interval [a,b] is that

\int_a^b\bar{f}\,dx = \int_a^bf(x)\,dx

In other words, \bar{f} is the constant value which when integrated over [a,b] equals the result of integrating f(x) over [a,b]. But by the second fundamental theorem of calculus, the integral of a constant \bar{f} is just

\int_a^b\bar{f}\,dx = \bar{f}x\bigr|_a^b = \bar{f}b - \bar{f}a = (b - a)\bar{f}

See also the first mean value theorem for integration, which guarantees that if f is continuous then there exists a point c \in (a, b) such that

\int_a^bf(x)\,dx = f(c)(b - a)

The point f(c) is called the mean value of f(x) on [a,b]. So we write \bar{f} = f(c) and rearrange the preceding equation to get the above definition.

In several variables, the mean over a relatively compact domain U in a Euclidean space is defined by

\bar{f}=\frac{1}{\hbox{Vol}(U)}\int_U f.

This generalizes the arithmetic mean. On the other hand, it is also possible to generalize the geometric mean to functions by defining the geometric mean of f to be

\exp\left(\frac{1}{\hbox{Vol}(U)}\int_U \log f\right).

More generally, in measure theory and probability theory either sort of mean plays an important role. In this context, Jensen's inequality places sharp estimates on the relationship between these two different notions of the mean of a function.

There is also a harmonic average of functions and a quadratic average (or root mean square) of functions.

Mean of a probability distribution

See expected value.

Mean of angles

Most of the usual means fail on circular quantities, like angles, daytimes, fractional parts of real numbers. For those quantities you need a mean of circular quantities.

Fréchet mean

The Fréchet mean gives a manner for determining the "center" of a mass distribution on a surface or, more generally, Riemannian manifold. Unlike many other means, the Fréchet mean is defined on a space whose elements cannot necessarily be added together or multiplied by scalars. It is sometimes also known as the Karcher mean (named after Hermann Karcher).

Other means

Properties

All means share some properties and additional properties are shared by the most common means. Some of these properties are collected here.

Weighted mean

A weighted mean M is a function which maps tuples of positive numbers to a positive number

M : (0,\infty)^n \to (0,\infty)

such that the following properties hold:

  • "Fixed point": M(1,1,...,1) = 1
  • Homogeneity: Mx1, ..., λ xn) = λ M(x1, ..., xn) for all λ and xi. In vector notation: Mx) = λ Mx for all n-vectors x.
  • Monotonicity: If xi ≤ yi for each i, then MxMy

It follows

  • Boundedness: min xMx ≤ max x
  • Continuity:  \lim_{x\to y} M x = M y
  • There are means which are not differentiable. For instance, the maximum number of a tuple is considered a mean (as an extreme case of the power mean, or as a special case of a median), but is not differentiable.
  • All means listed above, with the exception of most of the Generalized f-means, satisfy the presented properties.
    • If f is bijective, then the generalized f-mean satisfies the fixed point property.
    • If f is strictly monotonic, then the generalized f-mean satisfy also the monotony property.
    • In general a generalized f-mean will miss homogeneity.

The above properties imply techniques to construct more complex means:

If C, M1, ..., Mm are weighted means and p is a positive real number, then A and B defined by

 A x = C(M_1 x, \dots, M_m x) ,
 B x = \sqrt[p]{C(x_1^p, \dots, x_n^p)} ,

are also weighted means.

Unweighted mean

Intuitively spoken, an unweighted mean is a weighted mean with equal weights. Since our definition of weighted mean above does not expose particular weights, equal weights must be asserted by a different way. A different view on homogeneous weighting is, that the inputs can be swapped without altering the result.

Thus we define M to be an unweighted mean if it is a weighted mean and for each permutation π of inputs, the result is the same.

Symmetry: Mx = Mx) for all n-tuples π and permutations π on n-tuples.

Analogously to the weighted means, if C is a weighted mean and M1, ..., Mm are unweighted means and p is a positive real number, then A and B defined by

 A x = C(M_1 x, \dots, M_m x) ,
 B x = \sqrt[p]{M_1(x_1^p, \dots, x_n^p)} ,

are also unweighted means.

Convert unweighted mean to weighted mean

An unweighted mean can be turned into a weighted mean by repeating elements. This connection can also be used to state that a mean is the weighted version of an unweighted mean. Say you have the unweighted mean M and weight the numbers by natural numbers a_1,\dots,a_n. (If the numbers are rational, then multiply them with the least common denominator.) Then the corresponding weighted mean A is obtained by

A(x_1,\dots,x_n) = M(\underbrace{x_1,\dots,x_1}_{a_1},x_2,\dots,x_{n-1},\underbrace{x_n,\dots,x_n}_{a_n}).

Means of tuples of different sizes

If a mean M is defined for tuples of several sizes, then one also expects that the mean of a tuple is bounded by the means of partitions. More precisely

  • Given an arbitrary tuple x, which is partitioned into y1, ..., yk, then
M x \in \mathrm{convexhull}(M y_1, \dots, M y_k).
(See Convex hull.)

Population and sample means

The mean of a population has an expected value of μ, known as the population mean. The sample mean makes a good estimator of the population mean, as its expected value is the same as the population mean. The sample mean of a population is a random variable, not a constant, and consequently it will have its own distribution. For a random sample of n observations from a normally distributed population, the sample mean distribution is

\bar{x} \thicksim N\left\{\mu, \frac{\sigma^2}{n}\right\}.

Often, since the population variance is an unknown parameter, it is estimated by the mean sum of squares, which changes the distribution of the sample mean from a normal distribution to a Student's t distribution with n − 1 degrees of freedom.

See also

References

  1. ^ Underhill, L.G.; Bradfield d. (1998) Introstat, Juta and Company Ltd. ISBN 070213838X p. 181
  2. ^ Elementary Statistics by Robert R. Johnson and Patricia J. Kuby, p. 279
  3. ^ Schaum's Outline of Theory and Problems of Probability by Seymour Lipschutz and Marc Lipson, p. 141

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?
Synonyms:

Look at other dictionaries:

  • Mean — Mean, a. [OE. mene, OF. meiien, F. moyen, fr. L. medianus that is in the middle, fr. medius; akin to E. mid. See {Mid}.] 1. Occupying a middle position; middle; being about midway between extremes. [1913 Webster] Being of middle age and a mean… …   The Collaborative International Dictionary of English

  • Mean — «Mean» Sencillo de Taylor Swift del álbum Speak Now Publicación 31 de marzo, 2011 Grabación 2010 Género(s) Country pop Duración 3:58 …   Wikipedia Español

  • mean# — mean adj Mean, ignoble, abject, sordid can all be applied to persons, their behavior, or the conditions in which they live with the meaning so low as to be out of keeping with human dignity or generally acceptable standards of human life or… …   New Dictionary of Synonyms

  • Mean — Mean, n. 1. That which is mean, or intermediate, between two extremes of place, time, or number; the middle point or place; middle rate or degree; mediocrity; medium; absence of extremes or excess; moderation; measure. [1913 Webster] But to speak …   The Collaborative International Dictionary of English

  • mean — mean1 [mēn] vt. meant [ment] meaning [ME menen < OE mænan, to mean, tell, complain, akin to Ger meinen, to have in mind, have as opinion < IE base * meino , opinion, intent > OIr mian, wish, desire] 1. to have in mind; intend; purpose… …   English World dictionary

  • Mean — (m[=e]n), a. [Compar. {Meaner} (m[=e]n [ e]r); superl. {Meanest}.] [OE. mene, AS. m[=ae]ne wicked; akin to m[=a]n, a., wicked, n., wickedness, OS. m[=e]n wickedness, OHG. mein, G. meineid perjury, Icel. mein harm, hurt, and perh. to AS.… …   The Collaborative International Dictionary of English

  • mean — 1. In the meaning ‘to intend’, mean can be followed by a to infinitive (when the speaker intends to do something: I meant to go), by an object + to infinitive (when the speaker intends someone else to do something: I meant you to go) and, more… …   Modern English usage

  • Méan — (homonymie) Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom.  France Méan est une ancienne commune française de la Loire Atlantique, aujourd hui intégrée à Saint Nazaire …   Wikipédia en Français

  • mean — Ⅰ. mean [1] ► VERB (past and past part. meant) 1) intend to express or refer to. 2) (of a word) have as its explanation in the same language or its equivalent in another language. 3) intend to occur or be the case. 4) have as a consequence. 5) …   English terms dictionary

  • Mean — (m[=e]n), v. t. [imp. & p. p. {Meant} (m[e^]nt); p. pr. & vb. n. {Meaning}.] [OE. menen, AS. m[=ae]nan to recite, tell, intend, wish; akin to OS. m[=e]nian to have in mind, mean, D. meenen, G. meinen, OHG. meinan, Icel. meina, Sw. mena, Dan. mene …   The Collaborative International Dictionary of English

  • mean — [adj1] ungenerous close, greedy, mercenary, mingy, miserly, niggard, parsimonious, penny pinching*, penurious, rapacious, scrimpy, selfish, stingy, tight, tight fisted*; concept 334 Ant. generous, kind, unselfish mean [adj2] hostile, rude bad… …   New thesaurus

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”