Returns the sample variance.
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[]);
Summary Class | Imsl.Stat Namespace