Returns the variance of the time series x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Variance { get; }
Visual Basic (Declaration)
Public ReadOnly Property Variance As Double
Visual C++
public:
property double Variance {
	double get ();
}

Field Value

A double containing the variance of the time series x.

See Also