AddTestIncludedEntrie(EntryKey: Integer; Type: MsVariableTestType): IMsVariableTestData;
EntryKey. Key of the element of the metamodel calculation chain, which is the variable.
Type. Type of descriptive statistic.
The AddTestIncludedEntrie method adds the variable to the calculation of the specified descriptive statistic.
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. |
The property use is given in the example for IMsMetaModelVisualController.JohansenTest.
See also: