Click or drag to resize

SortedArrayStatistics.FiveNumberSummary Method

Overload List
 NameDescription
Public methodStatic memberFiveNumberSummary(Double[]) Estimates {min, lower-quantile, median, upper-quantile, max} from the sorted data array (ascending). Approximately median-unbiased regardless of the sample distribution (R8).
Public methodStatic memberFiveNumberSummary(Single[]) Estimates {min, lower-quantile, median, upper-quantile, max} from the sorted data array (ascending). Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also