| Name | Description |
---|
| QuantileCustom(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.
|
| QuantileCustom(Single, 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.
|
| QuantileCustom(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 definition can be specified
by 4 parameters a, b, c and d, consistent with Mathematica.
|
| QuantileCustom(Single, 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 definition can be specified
by 4 parameters a, b, c and d, consistent with Mathematica.
|