Click or drag to resize

StreamingStatisticsGeometricMean Method

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