Click or drag to resize

SortedArrayStatisticsQuantile Method

Overload List
 NameDescription
Public methodStatic memberQuantile(Double, Double) Estimates the tau-th quantile from the sorted data array (ascending). The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
Public methodStatic memberQuantile(Single, Double) Estimates the tau-th quantile from the sorted data array (ascending). The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also