IMSL C# Numerical Library

Summary.GetSampleStandardDeviation Method (Double[])

Returns the sample standard deviation of the given data set.

public static double GetSampleStandardDeviation(
   double[] x
);

Parameters

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

Return Value

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

See Also

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