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

Correlation.Mean Method 

Calculates the arithmetic mean of the a set of doubles.

public double Mean(
   double[] values
);

Parameters

values
An array containing the values of the members of the set over which the arithmetic mean is evaluated.

Remarks

Note that this set of doubles in the context of Correlation analysis will generally be the first or second elements of the pairs for which the correlation is being studied.

See Also

Correlation Class | Correlation Namespace