Click or drag to resize

ArrayStatisticsInterquartileRangeInplace Method

Overload List
 NameDescription
Public methodStatic memberInterquartileRangeInplace(Double) Estimates the inter-quartile range 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.
Public methodStatic memberInterquartileRangeInplace(Single) Estimates the inter-quartile range 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.
Top
See Also