WebCab Probability and Statistics for COM v3.3 Demo

BasicStatistics.CoefficientOfVariation Method 

Calculates the coefficient of variation of the currently registered data set.

public double CoefficientOfVariation();

Remarks

In order to register a new data set invoke the method SetDataSet. The coefficient of variance is a measure of the deviation which takes into account the size of the mean, that is the general magnitude of the elements of the data set.

Exceptions

Exception TypeCondition
StatisticsExceptionThrown if either no data set has been registered for the present instance of the class or if the arithmetic mean of the data set which has been set is zero.

See Also

BasicStatistics Class | WebCab.COM.Statistics.Statistics Namespace