WebCab Probability and Statistics Web Services for .NET v3.3 Demo

BasicStatistics.ArithmeticMean Method 

Calculates the arithmetic mean of the currently registered data set.

public double ArithmeticMean();

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 XML Web service.

See Also

BasicStatistics Class | Statistics Namespace | Evaluates the geometric mean of the registered data set. | Evaluates the geometric average of the registered data set.