Click or drag to resize

ExcelFunctionsPercentile Method

Returns the percentile 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 Percentile(
	double[] array,
	double k
)

Parameters

array  Double
The input data.
k  Double
The percentile fraction in the range from 0 to 1.

Return Value

Double
The percentile value.
See Also