Click or drag to resize

NMathFunctionsPercentileRank(IDFColumn, Double) Method

Calculates the percentile in which a given value would fall, if it were in the given data set.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double PercentileRank(
	IDFColumn data,
	double val
)

Parameters

data  IDFColumn
A column.
val  Double
A value.

Return Value

Double
Percentile.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric.
See Also