ArithmeticGeometricMean
ArithmeticGeometricMean({a, b, c,...})
returns the arithmetic geometric mean of
{a, b, c,...}
.
See:
Examples
>> ArithmeticGeometricMean({1.0, 2.0, 3.0, 4.0}, 42.0){12.874,14.88314,16.37375,17.62155}
Related terms
GeometricMean, HarmonicMean, Mean, Median
Implementation status
- ✅ - full supported