Click or drag to resize

NMathFunctionsDecile(Double, Int32) Method

Calculates the specified decile of the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Decile(
	double[] data,
	int decile
)

Parameters

data  Double
An array of doubles.
decile  Int32
A decile between 0 and 10.

Return Value

Double
Decile.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if decile is greater than ten or less than zero.
See Also