ISmCointegrationEq.ParseSerieAROrder

Syntax

ParseSerieAROrder:(Value: String; [AssignOrder: Boolean = True]);

Parameters

Value. String representation of autoregression order.

AssignOrder. Indicates if the obtained value is assigned to the ISmCointegrationEq.SerieAROrder property.

Description

The ParseSerieAROrder method parses the string view of endogenous variables' autoregression order.

Comments

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.

Example

The property use is given in the example for ISmCointegrationEq.CommonExogenious.

See also:

ISmCointegrationEq