StatisticsPercentileFunc Method |
Name | Description | |
---|---|---|
PercentileFunc(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).
| |
PercentileFunc(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).
|