IMSL C# Numerical Library

ARMA.Variance Property

The variance of the time series z.

public double Variance {get;}

Property Value

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

ARMA Class | Imsl.Stat Namespace