Click or drag to resize
SortedArrayStatisticsQuantileCustom Method
Overload List
  NameDescription
Public methodStatic memberQuantileCustom(Double, Double, QuantileDefinition)
Estimates the tau-th quantile from the sorted data array (ascending). 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.
Public methodStatic memberQuantileCustom(Double, Double, Double, Double, Double, Double)
Estimates the tau-th quantile from the sorted data array (ascending). The tau-th quantile is the data value where the cumulative distribution function crosses tau. The quantile defintion can be specified by 4 parameters a, b, c and d, consistent with Mathematica.
Top
See Also