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