Product Code Database
Example Keywords: undershirt -the $98-120
   » » Wiki: Mean
Tag Wiki 'Mean'.
Tag

A mean is a quantity representing the "center" of a collection of numbers and is intermediate to the extreme values of the set of numbers. There are several kinds of means (or "measures of ") in , especially in . Each attempts to summarize or typify a given group of , illustrating the magnitude and sign of the . Which of these measures is most illuminating depends on what is being measured, and on context and purpose.

The , also known as "arithmetic average", is the sum of the values divided by the number of values. The arithmetic mean of a set of numbers x1, x2, ..., x n is typically denoted using an , \bar{x}. If the numbers are from observing a sample of a larger group, the arithmetic mean is termed the (\bar{x}) to distinguish it from the group mean (or ) of the underlying distribution, denoted \mu or \mu_x.Underhill, L.G.; Bradfield d. (1998) Introstat, Juta and Company Ltd. p. 181

Outside probability and statistics, a wide range of other notions of mean are often used in and mathematical analysis; examples are given below.


Types of means

Pythagorean means
In mathematics, the three classical Pythagorean means are the (AM), the (GM), and the (HM). These means were studied with proportions by and later generations of Greek mathematicians because of their importance in geometry and music.

Arithmetic mean (AM)
The (or simply mean or average) of a list of numbers, is the sum of all of the numbers divided by their count. Similarly, the mean of a sample x_1,x_2,\ldots,x_n, usually denoted by \bar{x}, is the sum of the sampled values divided by the number of items in the sample.

\bar{x} = \frac{1}{n}\sum_{i=1}^n{x_i} = \frac{x_1+x_2+\cdots +x_n}{n}

For example, the arithmetic mean of five values: 4, 36, 45, 50, 75 is:

\frac{4+36+45+50+75}{5} = \frac{210}{5} = 42.


Geometric mean (GM)
The is an average that is useful for sets of positive numbers, that are interpreted according to their product (as is the case with rates of growth) and not their sum (as is the case with the arithmetic mean):
\bar{x} = \left( \prod_{i=1}^n{x_i} \right )^\frac{1}{n} = \left(x_1 x_2 \cdots x_n \right)^\frac{1}{n}

For example, the geometric mean of five values: 4, 36, 45, 50, 75 is:

(4 \times 36 \times 45 \times 50 \times 75)^\frac{1}{5} = \sqrt5{24\;300\;000} = 30.


Harmonic mean (HM)
The is an average which is useful for sets of numbers which are defined in relation to some unit, as in the case of (i.e., distance per unit of time):

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

For example, the harmonic mean of the five values: 4, 36, 45, 50, 75 is

\frac{5}{\tfrac{1}{4}+\tfrac{1}{36}+\tfrac{1}{45} + \tfrac{1}{50} + \tfrac{1}{75}} = \frac{5}{\;\tfrac{1}{3}\;} = 15.

If we have five pumps that can empty a tank of a certain size in respectively 4, 36, 45, 50, and 75 minutes, then the harmonic mean of 15 tells us that these five different pumps working together will pump at the same rate as five pumps that can each empty the tank in 15 minutes.


Relationship between AM, GM, and HM
AM, GM, and HM of satisfy these inequalities:
(2011). 9781441998545, Springer Science & Business Media. .

\mathrm{AM} \ge \mathrm{GM} \ge \mathrm{HM} \,

Equality holds if all the elements of the given sample are equal.


Statistical location
In descriptive statistics, the mean may be confused with the , mode or , as any of these may incorrectly be called an "average" (more formally, a measure of ). The mean of a set of observations is the arithmetic average of the values; however, for , the mean is not necessarily the same as the middle value (median), or the most likely value (mode). For example, mean income is typically 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. While the median and mode are often more intuitive measures for such skewed data, many skewed distributions are in fact best described by their mean, including the exponential and Poisson distributions.


Mean of a probability distribution
The mean of a probability distribution is the long-run arithmetic average value of a having that distribution. If the random variable is denoted by X, then the mean is also known as the of X (denoted E(X)). For a discrete probability distribution, the mean is given by \textstyle \sum xP(x), where the sum is taken over all possible values of the random variable and P(x) is the probability mass function. For a continuous distribution, the mean is \textstyle \int_{-\infty}^{\infty} xf(x)\,dx, where f(x) is the probability density function. In all cases, including those in which the distribution is neither discrete nor continuous, the mean is the Lebesgue integral of the random variable with respect to its probability measure. The mean need not exist or be finite; for some probability distributions the mean is infinite ( or ), while for others the mean is undefined.


Generalized means

Power mean
The generalized mean, also known as the power mean or Hölder mean, abstracts several other means. It is defined for positive numbers x_1, \dots, x_n by
M_p(x_1, \dots, x_n) = \left( \frac{1}{n} \sum_{i=1}^n x_i^p \right)^{1/p}.
This, as a function of p, is well defined on \mathbb{R}\setminus \{0\}, but can be extended continuously to \mathbb{R} \cup \{-\infty, +\infty\}.P. S. Bullen: Handbook of Means and Their Inequalities. Dordrecht, Netherlands: Kluwer, 2003, pp. 176. By choosing different values for m, other well know means are retrieved.

p = -\infty\min \{x_1, \dots, x_n\}
p = -1\frac{n}{\frac{1}{x_1}+\dots+\frac{1}{x_n}}
p = 0\sqrtn{x_1\dots x_n}
p = 1\frac{x_1 + \dots + x_n}{n}
Root mean squarep = 2\sqrt{\frac{x_1^2 + \dots + x_n^2}{n}}
p = 3\sqrt3{\frac{x_1^3 + \dots + x_n^3}{n}}
p = +\infty\max\{x_1, \dots, x_n\}


Quasi-arithmetic mean
A similar approach to the power mean is the f-mean, also known as the quasi-arithmetic mean. For an function f \colon I \rightarrow \mathbb{R} on an interval I \subset \mathbb{R} and real numbers x_1, \dots, x_n \in I we define their f-mean as
M_f(x_1, \dots, x_n) = f^{-1}\left({\frac{1}{n} \sum_{i=1}^n{f\left(x_i\right)}}\right).
By choosing different functions f, other well know means are retrieved.
\mathbb{R}x \mapsto x
]0, +\infty[x \mapsto \ln(x)
\mathbb{R} \setminus \{0\}x \mapsto x^{-1}
\mathbb{R} \setminus \{0\}x \mapsto x^m


Weighted arithmetic mean
The (or weighted average) is used if one wants to combine average values from different sized samples of the same population, and is define by

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

where x_i and w_i are the mean and size of sample i respectively. In other applications, they represent a measure for the reliability of the influence upon the mean by the respective values.


Truncated mean
Sometimes, a set of numbers might contain outliers (i.e., data values which are much lower or much higher than the others). Often, outliers are erroneous data caused by artifacts. In this case, one can use a . 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 the 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} = \frac{2}{n} \;\sum_{i = \frac{n}{4} + 1}^{\frac{3}{4}n}\!\! 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 some circumstances, mathematicians may calculate a mean of an infinite (or even an ) set of values. This can happen when calculating the mean value y_\text{avg} of a function f(x). Intuitively, a mean of a function can be thought of as calculating the area under a section of a curve, and then dividing by the length of that section. This can be done crudely by counting squares on graph paper, or more precisely by . The integration formula is written as:

y_\text{avg}(a, b) = \frac{1}{b - a} \int_a^b f(x)\,dx.

In this case, care must be taken to make sure that the integral converges. But the mean may be finite even if the function itself tends to infinity at some points.


Mean of angles and cyclical quantities
, times of day, and other cyclical quantities require modular arithmetic to add and otherwise combine numbers. These quantities can be averaged using the . In all these situations, it is possible that no mean exists, for example if all points being averaged are equidistant. Consider a —there is no mean to the set of all colors. Additionally, there may not be a unique mean for a set of values: for example, when averaging points on a clock, the mean of the locations of 11:00 and 13:00 is 12:00, but this location is equivalent to that of 00:00.


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).


Triangular sets
In geometry, there are thousands of different definitions for that can all be interpreted as the mean of a triangular set of points in the plane.


Swanson's rule
This is an approximation to the mean for a moderately skewed distribution.Hurst A, Brown GC, Swanson RI (2000) Swanson's 30-40-30 Rule. American Association of Petroleum Geologists Bulletin 84(12) 1883-1891 It is used in hydrocarbon exploration and is defined as:

m = 0.3P_{10} + 0.4P_{50} + 0.3P_{90}

where P_{10}, P_{50} and P_{90} are the 10th, 50th and 90th percentiles of the distribution, respectively.


Other means


See also
  • Statistical dispersion
  • Descriptive statistics
  • Law of averages
  • Mean value theorem
  • Moment (mathematics)
  • Summary statistics
  • Taylor's law


Notes
Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time