harmean
Harmonic mean.
Syntax
Section titled “Syntax”v = harmean(number1, number2, ...)Description
Section titled “Description”Returns the harmonic mean — the reciprocal of the arithmetic mean of reciprocals. Useful for averaging rates and ratios. All values must be positive.
Example
Section titled “Example”harmean(1, 2, 4) % 1.714