IMSL C# Numerical Library

Summary.GetSampleVariance Method (Double[])

Returns the sample variance of the given data set.

public static double GetSampleVariance(
   double[] x
);

Parameters

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

Return Value

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

See Also

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