Click or drag to resize

StatisticsQuantileCustomFunc Method

Overload List
 NameDescription
Public Extension MethodQuantileCustomFunc(IEnumerableDouble, 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.
Public Extension MethodQuantileCustomFunc(IEnumerableNullableDouble, 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.
Public Extension MethodQuantileCustomFunc(IEnumerableSingle, 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.
Top
See Also