Returns the variance of time series y.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double VarianceY { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property VarianceY As Double |
Visual C++ |
---|
public: property double VarianceY { double get (); } |
Field Value
A double containing the variance of the time series y.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.NonPosVarianceXYException | is thrown if the problem is ill-conditioned. The variance is too small to work with. |