| Name | Description |
---|
| FiveNumberSummary(IEnumerableDouble) |
Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|
| FiveNumberSummary(IEnumerableNullableDouble) |
Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|
| FiveNumberSummary(IEnumerableSingle) |
Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples.
Approximately median-unbiased regardless of the sample distribution (R8).
|