Click or drag to resize

NMathFunctionsInterquartileRange(Int32) Method

Calculates the interquartile range of the given data, the difference between the median of the highest half and the median of the lowest half.

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

Parameters

data  Int32
An array.

Return Value

Double
Interquartile range.
See Also