IMSL C# Numerical Library

ARMA.GetNumberOfBackcasts Method 

Returns the number of backcasts used to calculate the AR coefficients for the time series z.

public int GetNumberOfBackcasts();

Return Value

An int containing the number of backcasts calculated.

Remarks

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

See Also

ARMA Class | Imsl.Stat Namespace