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