| CrossCorrelationVarianceY Property |
Returns the variance of time series y.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double VarianceY { get; }Public ReadOnly Property VarianceY As Double
Get
public:
property double VarianceY {
double get ();
}member VarianceY : float with get
Property Value
Type:
Double
A
double containing the variance of the time series
y.
Exceptions| Exception | Condition |
|---|
| NonPosVarianceXYException |
is thrown if the problem is ill-conditioned.
The variance is too small to work with.
|
See Also