StatisticsQuantile |
| Name | Description | |
|---|---|---|
| QuantileCustom(IEnumerableDouble, Double, QuantileDefinition) | Estimates the tau-th quantile from the provided samples. 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(IEnumerableNullableDouble, Double, QuantileDefinition) | Estimates the tau-th quantile from the provided samples. 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(IEnumerableSingle, Double, QuantileDefinition) | Estimates the tau-th quantile from the provided samples. 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. |