Click or drag to resize

ArrayStatisticsQuantileInplace Method

Overload List
 NameDescription
Public methodStatic memberQuantileInplace(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.
Public methodStatic memberQuantileInplace(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.
Top
See Also