ParseAR(Value: String; [AssignOrder: Boolean = True]);
Value. String representation of autoregression order.
AssignOrder. Indicates whether the obtained value is set into the ISmx12arima.OrderAR property.
The ParseAR method parses strings with parameters of non-seasonal autoregression.
The Value parameter should contain numbers or ranges of autoregression orders, separated with commas. For example:
ParseAR("1-3,5,7-9", True);
If AssignOrder = True, after executing the ParseAR the obtained value is set into the ISmx12arima.OrderAR property. If AssignOrder = False, the order of parameters of non-seasonal autoregression is unchanged.
The property use is given in the example for ISmx12arima.OutliersARIMAls.
See also: