WebCab Probability and Statistics for .NET v3.3 Demo

BasicStatistics.Range Method 

Calculates the range of the currently registered data set.

public double Range();

Remarks

The range is the difference of a discrete data set is the difference between the largest and smallest members of the data set considered.

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.Libraries.Statistics.Statistics Namespace