IMSL C# Numerical Library

Summary.GetStandardDeviation Method (Double[], Double[])

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

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

Parameters

x
A double array containing the data set whose standard deviation is to be found.
weight
A double array containing the weights associated with the data points x.

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