Click or drag to resize

ExcelFunctionsQuartile Method

Returns the specified quartile of an array using Excel's quantile definition.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Quartile(
	double[] array,
	int quant
)

Parameters

array  Double
The input data.
quant  Int32
The quartile selector, from 0 to 4.

Return Value

Double
The requested quartile value.
See Also