learn.howToCalculate
learn.whatIsHeading
The geometric mean is the nth root of the product of n numbers. It is the correct average for quantities that multiply (growth rates, investment returns) rather than add.
ଷ୍ଟେପ୍-ଷ୍ଟେପ୍ ଗାଇଡ୍ |
- 1GM = (x₁ × x₂ × ... × xₙ)^(1/n)
- 2Always ≤ arithmetic mean
- 3For investment returns: GM = (final/initial)^(1/n) − 1
ସମାଧାନ ହୋଇଥିବା ଉଦାହରଣ
ଇନପୁଟ୍
Annual returns: +50%, −50%, +50%
ଫଳ
GM = (1.5×0.5×1.5)^(1/3)−1 = −6.1%/yr
AM would give +16.7% — completely misleading
learn.ctaText
ଏହାକୁ ନିଜେ ଚେଷ୍ଟା କରନ୍ତୁ →