| StatisticsPercentile Method |
| Name | Description | |
|---|---|---|
| Percentile(IEnumerableDouble, Int32) |
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).
| |
| Percentile(IEnumerableNullableDouble, Int32) |
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).
|