Click or drag to resize
ARMAGetNumberOfBackcasts Method
Returns the number of backcasts used to calculate the AR coefficients for the time series z.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int GetNumberOfBackcasts()

Return Value

Type: Int32
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