SortedArrayStatisticsFiveNumberSummary(Double) Method |
Estimates {min, lower-quantile, median, upper-quantile, max} from the sorted data array (ascending).
Approximately median-unbiased regardless of the sample distribution (R8).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double[] FiveNumberSummary(
double[] data
)
Parameters
- data Double
- Sample array, must be sorted ascendingly.
Return Value
DoubleAn array containing the five-number summary.
See Also