IMSL C# Numerical Library

Summary.GetStandardDeviation Method

Returns the population standard deviation.

Overload List

Returns the population standard deviation.

public double GetStandardDeviation();

Returns the population standard deviation of the given data set.

public static double GetStandardDeviation(double[]);

Returns the population standard deviation of the given data set and associated weights.

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

See Also

Summary Class | Imsl.Stat Namespace