IMSL C# Numerical Library

Summary.GetSampleStandardDeviation Method

Returns the sample standard deviation.

Overload List

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[]);

See Also

Summary Class | Imsl.Stat Namespace