IMsJohansenTestSettings.ExogenousSources

Fore Syntax

ExogenousSources: IMsVariableTestDataList;

Fore.NET Syntax

ExogenousSources: Prognoz.Platform.Interop.Ms.IMsVariableTestDataList;

Description

The ExogenousSources property returns the collection of exogenous variables.

Comments

To add the variable to the collection, use the IMsMetaModelVisualController.AddJohansenTestExogenousEntrie or IMsVariableTestDataList.Add method.

To get the collection of endogenous variables, use the IMsVariableTestSettings.IncludedSources property.

Fore and Fore.NET Examples

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

See also:

IMsJohansenTestSettings