Click or drag to resize
AutoARIMAGetOptimumModelOrder Method
Returns the order (p,0,q)\times(0,d,0)_s of the optimum model.

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

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