| Name | Description |
---|
| FiveNumberSummaryInplace(Double) |
Estimates {min, lower-quantile, median, upper-quantile, max} from the unsorted data array.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|
| FiveNumberSummaryInplace(Single) |
Estimates {min, lower-quantile, median, upper-quantile, max} from the unsorted data array.
Approximately median-unbiased regardless of the sample distribution (R8).
WARNING: Works inplace and can thus causes the data array to be reordered.
|