| Name | Description |
---|
| UpperQuartile(IEnumerableDouble) |
Estimates the third quartile value from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|
| UpperQuartile(IEnumerableNullableDouble) |
Estimates the third quartile value from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|
| UpperQuartile(IEnumerableSingle) |
Estimates the third quartile value from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|