Click or drag to resize
StatisticsOrderStatistic 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 double OrderStatistic(
	IEnumerable<double> data,
	int order
)

Parameters

data
Type: System.Collections.GenericIEnumerableDouble
The data sample sequence.
order
Type: SystemInt32
One-based order of the statistic, must be between 1 and N (inclusive).

Return Value

Type: Double

[Missing <returns> documentation for "M:MathNet.Numerics.Statistics.Statistics.OrderStatistic(System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

See Also