Click or drag to resize

StatisticsFiveNumberSummary Method

Overload List
 NameDescription
Public Extension MethodFiveNumberSummary(IEnumerableDouble) Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodFiveNumberSummary(IEnumerableNullableDouble) Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodFiveNumberSummary(IEnumerableSingle) Estimates {min, lower-quantile, median, upper-quantile, max} from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also