Click or drag to resize

SortedArrayStatisticsUpperQuartile(Double) Method

Estimates the third quartile value from the sorted data array (ascending). Approximately median-unbiased regardless of the sample distribution (R8).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double UpperQuartile(
	double[] data
)

Parameters

data  Double
Sample array, must be sorted ascendingly.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.UpperQuartile(System.Double[])"]

See Also