WebCab Probability and Statistics for COM v3.3 Demo

BasicStatistics.GeometricMean Method 

Calculates the geometric mean of the currently registered data set.

public double GeometricMean();

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 | Evaluates the arithmetic mean of the registered data set. | Evaluates the geometric average of the registered data set.