ParseSerieAROrder:(Value: String; [AssignOrder: Boolean = True]);
ParseSerieAROrder:(Value: string; AssignOrder: boolean);
Value. String representation of autoregression order.
AssignOrder. Indicates if the obtained value is assigned to the ISmCointegrationEq.SerieAROrder property.
The ParseSerieAROrder method parses the string view of endogenous variables' autoregression order.
The Value parameter should contain numbers or ranges of autoregression orders, separated with commas. For example:
ParseSerieAROrder("1-3,5,7-9");
IF AssignOrder = True, after executing ParseSerieAROrder, the obtained vakue is set to the ISmCointegrationEq.SerieAROrder property. If AssignOrder = False, autoregression order for endogenous variables does not change.
The property use is given in the example for ISmCointegrationEq.CommonExogenious.
See also: