Click or drag to resize

ArrayStatisticsQuantileCustomInplace Method

Overload List
 NameDescription
Public methodStatic memberQuantileCustomInplace(Double, Double, QuantileDefinition) 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. The quantile definition can be specified to be compatible with an existing system. WARNING: Works inplace and can thus causes the data array to be reordered.
Public methodStatic memberQuantileCustomInplace(Single, Double, QuantileDefinition) 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. The quantile definition can be specified to be compatible with an existing system. WARNING: Works inplace and can thus causes the data array to be reordered.
Public methodStatic memberQuantileCustomInplace(Double, Double, Double, Double, 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. The quantile definition can be specified by 4 parameters a, b, c and d, consistent with Mathematica. WARNING: Works inplace and can thus causes the data array to be reordered.
Public methodStatic memberQuantileCustomInplace(Single, Double, Double, Double, 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. The quantile definition can be specified by 4 parameters a, b, c and d, consistent with Mathematica. WARNING: Works inplace and can thus causes the data array to be reordered.
Top
See Also