Click or drag to resize

StatisticsQuantileRank Method

Overload List
 NameDescription
Public Extension MethodQuantileRank(IEnumerableDouble, Double, RankDefinition) Estimates the quantile tau from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
Public Extension MethodQuantileRank(IEnumerableNullableDouble, Double, RankDefinition) Estimates the quantile tau from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
Public Extension MethodQuantileRank(IEnumerableSingle, Single, RankDefinition) Estimates the quantile tau from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile definition can be specified to be compatible with an existing system.
Top
See Also