WebCab Probability and Statistics for .NET v3.3 Demo

Correlation.SampleVariance Method 

Calculates the sample variance of a given numerical data set.

public double SampleVariance(
   double[] values
);

Parameters

values
An array containing the values of the members of the set for which the variance is evaluated.

Remarks

Remark: 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 | WebCab.Libraries.Statistics.Correlation Namespace