Is it possible to calculate the arithmetic mean from the geometric mean?

$\begingroup$

An estimation method would be acceptable, doesn't need to be exact (but obviously that would be preferable). I have a dataset of geometric means, need to calculate the arithmetic mean.

$\endgroup$ 4

8 Answers

$\begingroup$

Unfortunately the AM-GM inequality is the best you can do. If your data is $\{x,\frac{1}{x}\}$ the geometric mean will be $1$, yet you can make your arithmetic mean any value in $[1,+\infty)$ by choosing $x$ large enough.

$\endgroup$ $\begingroup$

You can use the A.M. - G.M. inequality which is as follows- $$\frac{x_1+x_2+\cdots+x_n}{n}\ge\sqrt[\large n]{x_1\cdot x_2\cdots x_n}$$

$\endgroup$ $\begingroup$

Since the geometric mean for both $(2,2)$ and $(1,4)$ is $2$, while the arithmetic means are $2$ and $2.5$, the answer is a clear no. The only thing you can say is that the geometric mean is smaller or equal to the arithmetic.

$\endgroup$ 4 $\begingroup$

No it is not. Arithmetic mean gives you one equation. And there are two numbers to solve for. So there are infinite possibilities. For example, $$a=1,b=100$$ $$ a=0,b=101$$ They both have same A.M but widely different G.M

$\endgroup$ 4 $\begingroup$

Of course the answer is "no," not without more data. There's not a direct calculation.

In finance, what's interesting is that the arithmetic mean will always be a bit higher than the geometric for year on year stock returns.

From 1929 to 2013, the average was 11.41% (S&P return) yet the geometric mean was 9.43% nearly 2% lower per year. An understanding of the math behind this difference is helpful when someone mentions the market's return over a particular period.

$\endgroup$ $\begingroup$

If you could, hey, why do you think people would have defined two different notions of mean?

However you can compute the arithmetic mean from the geometric mean of other numbers. Namely the arithmetic mean of $x_1,\ldots,x_n$ is the natural logarithm of the geometric mean of $e^{x_1},\ldots,e^{x_n}$. Not sure why anybody would like to compute it this way though.

$\endgroup$ $\begingroup$

For an arithmetic mean $a$ and for a geometric mean $g$, we can see

  1. $\sqrt{x\cdot y}=a \leftrightarrow x\cdot y=a^2$
  2. $\frac{x+y}{2}=b \leftrightarrow x+y=2b \leftrightarrow y=2b-x$

Substituting (2) into (1) we get

$$x\cdot(2b-x)=a^2 \leftrightarrow -x^2+2bx-a^2=0 \leftrightarrow x=-\frac{4b^2\pm\sqrt{4b^2-4a^2}}{2}$$

Thus not even a calculation of gm from am is possible, but for every positive $(a;b)$ am, gm pair we can find the $(x,y)$ real number pair, whose am and gm are the given values!

$\endgroup$ $\begingroup$

These two slides derive an exact formula relating geometric mean to arithmetic mean and central moments. It tails off quickly for financial data sets utilizing investment returns, but I am not sure about more general data sets.

I derive a similar formula for investment returns in the appendix of the following paper (set k = 1 in my formulas to get the exact relation)

Best, Matt

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like