| Name | Description |
---|
| Quantile(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).
|
| Quantile(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).
|