Click or drag to resize
Summary.GetSampleStandardDeviation Method (Double[])
Returns the sample standard deviation of the given data set.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double GetSampleStandardDeviation(
	double[] x
)

Parameters

x
Type:System.Double[]
A double array containing the data set whose sample standard deviation is to be found.

Return Value

Type: Double
A double which specifies the sample standard deviation of the given data set.
See Also