IMsJohansenTestSettings.ExogenousSources

Syntax

ExogenousSources: 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.

Example

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

See also:

IMsJohansenTestSettings