Returns the inter-quartile range of the elements of an array.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetInterQuartileRange As Double |
| C# |
|---|
public double GetInterQuartileRange () |
| C++ |
|---|
public: double GetInterQuartileRange () |
Return Value
The inter-quartile range of the elements of data.
Remarks
The inter-quartile range is the difference between the first and third quartile.
The first quartile is the observation that is greater than or equal to 25% of the variable's observations.
The third quartile is the observation that is greater than or equal to 75% of the variable's observations.