Calculates the coefficient of variation of the currently registered data set.
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.
Exception Type | Condition |
---|---|
StatisticsException | Thrown 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. |
BasicStatistics Class | WebCab.Libraries.Statistics.Statistics Namespace