Statistics/Summary/Averages/Geometric Mean
Geometric Mean
editThe Geometric Mean is calculated by taking the nth root of the product of a set of data.
For example, if the set of data was:
1,2,3,4,5
The geometric mean would be calculated:
Of course, with large n this can be difficult to calculate. Taking advantage of two properties of the logarithm:
We find that by taking the logarithmic transformation of the geometric mean, we get:
Which leads us to the equation for the geometric mean:
When to use the geometric mean
editThe arithmetic mean is relevant at any time several quantities add together to produce a total. The arithmetic mean answers the question, "if all the quantities had the same value, what would that value have to be in order to achieve the same total?"
In the same way, the geometric mean is relevant any time several quantities multiply together to produce a product. The geometric mean answers the question, "if all the quantities had the same value, what would that value have to be in order to achieve the same product?"
For example, suppose you have an investment which returns 10% the first year, 50% the second year, and 30% the third year. What is its average rate of return? It is not the arithmetic mean, because what these numbers mean is that on the first year your investment was multiplied (not added to) by 1.10, on the second year it was multiplied by 1.50, and the third year it was multiplied by 1.30. The relevant quantity is the geometric mean of these three numbers. Written by Hafiz G m
It is known that the geometric mean is always less than or equal to the arithmetic mean (equality holding only when A=B). The proof of this is quite short and follows from the fact that is always a non-negative number. This inequality can be surprisingly powerful though and comes up from time to time in the proofs of theorems in calculus. Source.