StatisticsOrderStatisticFunc(IEnumerableSingle) Method |
Returns the order statistic (order 1..N) from the provided samples.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Func<int, float> OrderStatisticFunc(
IEnumerable<float> data
)
Parameters
- data IEnumerableSingle
- The data sample sequence.
Return Value
FuncInt32,
SingleA function that returns the order statistic for a given one-based order.
See Also