IMsMetaModelVisualController.AddJohansenTestExogenousEntrie

Fore Syntax

AddJohansenTestExogenousEntrie(EntryKey: Integer): IMsVariableTestData;

Fore.NET Syntax

AddJohansenTestExogenousEntrie(EntryKey: uinteger): Prognoz.Platform.Interop.Ms.IMsVariableTestData;

Parameters

EntryKey. Key of the element of the metamodel calculation chain, which is the variable.

Description

The AddJohansenTestExogenousEntrie method adds the exogenous variable to the Johansen test calculation.

Comments

To get parameters of calculation of the Johansen test, use the IMsMetaModelVisualController.JohansenTest property.

Fore and Fore.NET Examples

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

See also:

IMsMetaModelVisualController