Kostenloser Geometric Mittelwert Rechner
Berechnen Sie den geometric mean of positive values. Ideal for growth rates und multiplicative averages.
Geometric Mean
8.320335
Product of Values576.0000
Geometric Mean vs Value 1
Formel
## How to Compute the Geometric Mean ### Formula **Geometric Mean = (v1 * v2 * ... * vn)^(1/n)** Multiply all values together, then take the nth root where n is the number of values. The geometric mean is always less than or equal to the arithmetic mean for positive numbers, and it is particularly useful when comparing quantities that multiply together, such as annual investment returns.
Lösungsbeispiel
Find the geometric mean of 4, 9, and 16.
- 01Product = 4 * 9 * 16 = 576
- 02n = 3 values
- 03Geometric Mean = 576^(1/3) = cube root of 576 ≈ 8.3203