Click or drag to resize

SortedArrayStatisticsQuantileRank Method

Overload List
 NameDescription
Public methodStatic memberQuantileRank(Double, Double, RankDefinition) Estimates the quantile tau from the sorted data array (ascending). 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 methodStatic memberQuantileRank(Single, Single, RankDefinition) Estimates the quantile tau from the sorted data array (ascending). 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