IMSL C# Numerical Library

Summary.GetVariance Method (Double[])

Returns the population variance of the given data set.

public static double GetVariance(
   double[] x
);

Parameters

x
A double array containing the data set whose population variance is to be found.

Return Value

A double which specifies the population variance of the given data set.

See Also

Summary Class | Imsl.Stat Namespace | Summary.GetVariance Overload List