IMsJohansenTestSettings.ModelType

Fore Syntax

ModelType: ECMType;

Fore.NET Syntax

ModelType: Prognoz.Platform.Interop.Stat.ECMType;

Description

The ModelType property determines the used type of the error correction model.

Comments

The default value is ECMType.NoTrendNoIntercept, that is, the model without trend in autoregression, without constant in cointegration equation.

Fore and Fore.NET Examples

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

See also:

IMsJohansenTestSettings