Click or drag to resize

NMathFunctionsPercentileRank(Double, 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(
	double[] data,
	double val
)

Parameters

data  Double
An array of doubles.
val  Double
A value.

Return Value

Double
Percentile.
See Also