| Name | Description |
---|
| QuantileInplace(Double, Double) |
Estimates the tau-th quantile from the unsorted data array.
The tau-th quantile is the data value where the cumulative distribution
function crosses tau.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|
| QuantileInplace(Single, Double) |
Estimates the tau-th quantile from the unsorted data array.
The tau-th quantile is the data value where the cumulative distribution
function crosses tau.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|