Click or drag to resize

StreamingStatisticsMaximumAbsolute(IEnumerableDouble) Method

Returns the largest absolute value from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double MaximumAbsolute(
	IEnumerable<double> stream
)

Parameters

stream  IEnumerableDouble
Sample stream, no sorting is assumed.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.StreamingStatistics.MaximumAbsolute(System.Collections.Generic.IEnumerable{System.Double})"]

See Also