Returns the order
of the
optimum model.

Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public int[] GetOptimumModelOrder() |
Visual Basic (Declaration) |
---|
Public Function GetOptimumModelOrder As Integer() |
Visual C++ |
---|
public: array<int>^ GetOptimumModelOrder() |
Return Value
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.