Click or drag to resize

Statistics.QuantileFunc Method

Overload List
 NameDescription
Public Extension MethodQuantileFunc(IEnumerable<Double>) Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodQuantileFunc(IEnumerable<Nullable<Double>>) Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodQuantileFunc(IEnumerable<Single>) Estimates the tau-th quantile from the provided samples. The tau-th quantile is the data value where the cumulative distribution function crosses tau. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also