Click or drag to resize

ArrayStatisticsPercentileInplace Method

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