IMSL C# Numerical Library

Summary.GetStandardDeviation Method (Double[])

Returns the population standard deviation of the given data set.

public static double GetStandardDeviation(
   double[] x
);

Parameters

x
A double array containing the data set whose standard deviation is to be found.

Return Value

A double which specifies the population standard deviation of the given data set.

See Also

Summary Class | Imsl.Stat Namespace | Summary.GetStandardDeviation Overload List