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