Click or drag to resize
StatisticsOrderStatisticFunc Method
Returns the order statistic (order 1..N) from the provided samples.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static Func<int, double> OrderStatisticFunc(
	IEnumerable<double> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableDouble
The data sample sequence.

Return Value

Type: FuncInt32, Double
See Also