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