Click or drag to resize

ExcelFunctionsPercentRank Method

Returns the rank of a value within an array as a percentile.

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

Parameters

array  Double
The input data.
x  Double
The value to rank.

Return Value

Double
The percentile rank of x within array.
See Also