IMsJohansenTestSettings.AutoRegressionOrder

Syntax

AutoRegressionOrder: String;

Description

The AutoRegressionOrder property determines autoregression order.

Comments

The AutoRegressionOrder value can contain numbers or ranges of autoregression orders divided by commas. For example:

AutoRegressionOrder("1-3,5,7-9");

Example

The property use is given in the example for IMsMetaModelVisualController.JohansenTest.

See also:

IMsJohansenTestSettings