Click or drag to resize

StatisticsOrderStatisticFunc(IEnumerableSingle) Method

Returns the order statistic (order 1..N) from the provided samples.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Func<int, float> OrderStatisticFunc(
	IEnumerable<float> data
)

Parameters

data  IEnumerableSingle
The data sample sequence.

Return Value

FuncInt32, Single

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

See Also