Click or drag to resize

NMathFunctionsDecile(IDFColumn, 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(
	IDFColumn data,
	int decile
)

Parameters

data  IDFColumn
A column.
decile  Int32
A decile between 0 and 10.

Return Value

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