Overload | Description |
---|---|
InterQuartileRange(String,Series,ElementValue) | Calculates the Inter-Quartile Range(IQR) of the currently registered data set. |
InterQuartileRange(Series,ElementValue) | Calculates the Inter-Quartile Range(IQR) of the currently registered data set. |
InterQuartileRange(String,SeriesCollection,ElementValue) | Calculates the Inter-Quartile Range(IQR) of the currently registered data set. |
InterQuartileRange(SeriesCollection,ElementValue) | Calculates the Inter-Quartile Range(IQR) of the currently registered data set. |
Recall that the IQR is the
difference between the
1
-st quartile (i.e. 25
-th percentile) and the
2
-nd quartile (i.e. the 75
-th percentile).