dotnetCHARTING Send comments on this topic.
IQR Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : IQR Method



Calculates the Inter-Quartile Range(IQR) of the currently registered data set.

Overload List

OverloadDescription
IQR(String,Series) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
IQR(Series) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
IQR(String,SeriesCollection) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  
IQR(SeriesCollection) Calculates the Inter-Quartile Range(IQR) of the currently registered data set.  

Remarks

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).

See Also