Returns the inter-quartile range of the elements of a numerical variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function InterQuartileRange ( _
	data As NumericalVariable _
) As Double
C#
public static double InterQuartileRange (
	NumericalVariable data
)
C++
public:
static double InterQuartileRange (
	NumericalVariable^ data
)

Parameters

data (Extreme.Statistics.NumericalVariable)
A NumericalVariable.

Return Value

The inter-quartile range of the elements of data.

Exceptions

ExceptionCondition
ArgumentNullExceptiondata is nullNothingnullptr.