| Name | Description |
---|
| PercentileInplace(Double, Int32) |
Estimates the p-Percentile value from the unsorted data array.
If a non-integer Percentile is needed, use Quantile instead.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|
| PercentileInplace(Single, Int32) |
Estimates the p-Percentile value from the unsorted data array.
If a non-integer Percentile is needed, use Quantile instead.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|