IMSL C# Numerical Library

Summary.GetSampleVariance Method

Returns the sample variance.

Overload List

Returns the sample variance.

public double GetSampleVariance();

Returns the sample variance of the given data set.

public static double GetSampleVariance(double[]);

Returns the sample variance of the given data set and associated weights.

public static double GetSampleVariance(double[],double[]);

See Also

Summary Class | Imsl.Stat Namespace