The variance of the time series z.
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 scalar containing the variance of the time series z.
Remarks
Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is NaN.