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
계산할 준비가 되셨나요? 무료 Geometric Mean 계산기를 사용해 보세요
직접 시도해 보세요 →