Click or drag to resize
CrossCorrelationVarianceX Property
Returns the variance of time series x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double VarianceX { get; }

Property Value

Type: Double
A double containing the variance of the time series x.
Exceptions
ExceptionCondition
NonPosVarianceXYException is thrown if the problem is ill-conditioned. The variance is too small to work with.
See Also