Click or drag to resize

NMathFunctionsPercentileRank(DoubleVector, 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(
	DoubleVector data,
	double val
)

Parameters

data  DoubleVector
A vector.
val  Double
A value.

Return Value

Double
Percentile.
See Also