Click or drag to resize
ARMAVariance Property
The variance of the time series z.

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

Property Value

Type: Double
A double scalar containing the variance of the time series z.
Remarks

Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is NaN.

See Also