From TheBestLinks.com
The geometric mean of a set of positive data is defined as the product of all the members of the set, raised to a power equal to the reciprocal of the number of members.
In a formula: the geometric mean of
a1, a2, ..., an is <math>(a_1 \cdot a_2 \dotsb a_n)^{1/n}<math>, which is <math>\sqrt[n]{a_1 \cdot a_2 \dotsb a_n}<math>.
The geometric mean is useful to determine "average factors". For example, if a stock rose 10% in the first year, 20% in the second year and fell 15% in the third year, then we compute the geometric mean of the factors 1.10, 1.20 and 0.85 as (1.10 × 1.20 × 0.85)1/3 = 1.0391... and we conclude that the stock rose on average 3.91 percent per year.
The geometric mean of a data set is always smaller than or equal to the set's arithmetic mean (the two means are equal if and only if all members of the data set are equal). This allows the definition of the arithmetic-geometric mean, a mixture of the two which always lies in between.
The geometric mean is also the arithmetic-harmonic mean in the sense that if two sequences (an) and (hn) are defined:
- <math>a_{n+1} = \frac{a_n + h_n}{2}, \quad a_1=\frac{x + y}{2}<math>
and
- <math>h_{n+1} = \frac{2}{\frac{1}{a_n} + \frac{1}{h_n}}, \quad h_1=\frac{2}{\frac{1}{x} + \frac{1}{y}}<math>
then an and hn will converge to the geometric mean of x and y.
Relationship to the log-normal distribution
The geometric mean is also related to the log-normal distribution.
The log-normal distribution is a distribution which is normal for the logarithm
transformed values. By a simple set of logarithm transformations we see that the
geometric mean is the exponentiated value of the mean of the log transformed
values, e.g. emean(ln(X));
To see this, the product form of the geometric mean computation is expressed as:
- <math>\left(\prod_{i=1}^Nx_i\right)^{1/n}<math>
By using logarithmic identities to transform the formula, we can express the multiplications as a sum and the power as a multiplication.
- <math>\exp\left[\frac1n\sum_{i=1}^N\ln x_i\right]<math>.
This is simply computing the arithmetic mean of the logarithm transformed values of <math>x_i<math> (i.e. the arithmetic mean in log space) and then using the exponentiation to return the computation to real space.
See also
External links
nl:meetkundig gemiddelde
pl:Średnia geometryczna
Related links
Top visited
0 of
0 links
[no links posted yet]
>> place link >>
Discussion
Last posted
0 of
0 messages
[no messages posted yet]
>> post message >>
Watch
You can
add this article to your own "watchlist" and receive e-mail notification about all changes in this page.