Click or drag to resize

NMathFunctionsDecile(Int32, 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(
	int[] data,
	int decile
)

Parameters

data  Int32
An array of integers.
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