Click or drag to resize

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

Parameters

data  Int32
An array of integers.
val  Double
A value.

Return Value

Double
Percentile.
See Also