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.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static double InterquartileRange( DoubleVector data ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function InterquartileRange ( _ data As DoubleVector _ ) As Double |
| Visual C++ |
|---|
public: static double InterquartileRange( DoubleVector^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleVector
A vector.