WebCab Probability and Statistics for COM v3.3 Demo

BasicStatistics.SampleVariance Method 

Calculates the sample variance of the currently registered data set.

public double SampleVariance();

Remarks

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 | The square of the sample variance which has the advantage that the units in which the deviation is measured corresponds to the units used for the observations (i.e. the units of the elements of the data set).