Click or drag to resize

StreamingStatisticsHarmonicMean Method

Overload List
 NameDescription
Public methodStatic memberHarmonicMean(IEnumerableDouble) Evaluates the harmonic mean of the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN.
Public methodStatic memberHarmonicMean(IEnumerableSingle) Evaluates the harmonic mean of the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN.
Top
See Also