AutoARIMAGetOptimumModelOrder Method |
Returns the order
of the
optimum model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetOptimumModelOrder()
Public Function GetOptimumModelOrder As Integer()
public:
array<int>^ GetOptimumModelOrder()
member GetOptimumModelOrder : unit -> int[]
Return Value
Type:
Int32
An
int array of length 4 containing the values p, q,
s and d for the optimum model.
Remarks
One of the Compute methods must be invoked first before calling
this method. Otherwise, an InvalidOperationException exception
is thrown.
See Also