SortedArrayStatisticsInterquartileRange(Double) Method |
Estimates the inter-quartile range 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.3179.0 (4.8.3179.0)
Syntax public static double InterquartileRange(
double[] data
)
Parameters
- data Double
- Sample array, must be sorted ascendingly.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.InterquartileRange(System.Double[])"]
See Also