StatisticsInterquartile |
| Name | Description | |
|---|---|---|
| InterquartileRange(IEnumerableDouble) | Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8). | |
| InterquartileRange(IEnumerableNullableDouble) | Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8). | |
| InterquartileRange(IEnumerableSingle) | Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8). |