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.0.0

Syntax

C#
public int GetNumberOfBackcasts()
Visual Basic (Declaration)
Public Function GetNumberOfBackcasts As Integer
Visual C++
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