Click or drag to resize

StatisticsPercentileFunc Method

Overload List
 NameDescription
Public Extension MethodPercentileFunc(IEnumerableDouble) Estimates the p-Percentile value from the provided samples. If a non-integer Percentile is needed, use Quantile instead. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodPercentileFunc(IEnumerableNullableDouble) Estimates the p-Percentile value from the provided samples. If a non-integer Percentile is needed, use Quantile instead. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodPercentileFunc(IEnumerableSingle) Estimates the p-Percentile value from the provided samples. If a non-integer Percentile is needed, use Quantile instead. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also