Skip to content

GeometricMean

GeometricMean({a, b, c,...})

returns the geometric mean of {a, b, c,...}.

See:

Examples

>> GeometricMean({1, 2, 3, 4,5, 6, 7})
2^(4/7)*3^(2/7)*35^(1/7)

ArithmeticGeometricMean, HarmonicMean, Mean, Median

Implementation status

  • ✅ - full supported

Github