StreamingStatisticsGeometricMean(IEnumerableSingle) Method | 
            Evaluates the geometric mean of the enumerable, in a single pass without memoization.
            Returns NaN if data is empty or any entry is NaN.
            
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static double GeometricMean(
	IEnumerable<float> stream
)
Parameters
- stream  IEnumerableSingle
 - Sample stream, no sorting is assumed.
 
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.StreamingStatistics.GeometricMean(System.Collections.Generic.IEnumerable{System.Single})"]
See Also