ARMAGetNumberOfBackcasts Method |
Returns the number of backcasts used to calculate the AR coefficients
for the time series z.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int GetNumberOfBackcasts()
Public Function GetNumberOfBackcasts As Integer
public:
int GetNumberOfBackcasts()
member GetNumberOfBackcasts : unit -> int
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