WebCab Probability and Statistics for COM v3.3 Demo

BasicStatistics.IqRange Method 

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

public double IqRange();

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

Remark: In order to register a new data set invoke the method SetDataSet.

Exceptions

Exception TypeCondition
StatisticsExceptionThrown if no data set has been registered for the present instance of the class.

See Also

BasicStatistics Class | WebCab.COM.Statistics.Statistics Namespace