Returns the sample standard deviation.
Returns the sample standard deviation.
public double GetSampleStandardDeviation();
Returns the sample standard deviation of the given data set.
public static double GetSampleStandardDeviation(double[]);
Returns the sample standard deviation of the given data set and associated weights.
public static double GetSampleStandardDeviation(double[],double[]);
Summary Class | Imsl.Stat Namespace