Returns the harmonic mean of the variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetHarmonicMean As Double |
| C# |
|---|
public double GetHarmonicMean () |
| C++ |
|---|
public: double GetHarmonicMean () |
Return Value
The harmonic mean of the variable.
Remarks
The harmonic mean is the reciprocal of the arithmetic mean of the reciprocals of the data values.