IMsMetaModelVisualController.AddTestIncludedEntrie

Syntax

AddTestIncludedEntrie(EntryKey: Integer; Type: MsVariableTestType): IMsVariableTestData;

Parameters

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

Type. Type of descriptive statistic.

Description

The AddTestIncludedEntrie method adds the variable to the calculation of the specified descriptive statistic.

Comments

The property for getting parameters of calculation of descriptive statistic depends on the value of the Type parameter:

Type value Property Descriptive statistic
MsVariableTestType.DF IMsMetaModelVisualController.DFTest Augmented Dickey-Fuller test.
MsVariableTestType.Granger IMsMetaModelVisualController.GrangerTest Granger test.
MsVariableTestType.Johansen IMsMetaModelVisualController.JohansenTest Johansen test.
MsVariableTestType.PairCorrelation IMsMetaModelVisualController.PairCorrelationTest Paired correlation coefficients.

Example

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

See also:

IMsMetaModelVisualController