Returns the variances of the channels of y.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[] GetVarianceY() |
Visual Basic (Declaration) |
---|
Public Function GetVarianceY As Double() |
Visual C++ |
---|
public: array<double>^ GetVarianceY() |
Return Value
A one-dimensional double containing the variances of each channel in 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. |