SummaryGetStandardDeviation Method (Double) |
Returns the population standard deviation of the given data set.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double GetStandardDeviation(
double[] x
)
Public Shared Function GetStandardDeviation (
x As Double()
) As Double
public:
static double GetStandardDeviation(
array<double>^ x
)
static member GetStandardDeviation :
x : float[] -> float
Parameters
- x
- Type: SystemDouble
A double array containing the data set whose standard
deviation is to be found.
Return Value
Type:
Double
A
double which specifies the population standard deviation of
the given data set.
See Also