HarmonicMean¶
Returns the harmonic mean of a list.
Symbolic lists are returned as n / (x1^-1 + x2^-1 + ... + xn^-1):
For a list-of-lists (matrix), the harmonic mean is computed column-wise:
HarmonicMean¶Returns the harmonic mean of a list.
Symbolic lists are returned as n / (x1^-1 + x2^-1 + ... + xn^-1):
For a list-of-lists (matrix), the harmonic mean is computed column-wise: