Returns the population variance.
Returns the population variance.
public double GetVariance();
Returns the population variance of the given data set.
public static double GetVariance(double[]);
Returns the population variance of the given data set and associated weights.
public static double GetVariance(double[],double[]);
Summary Class | Imsl.Stat Namespace