AddTestIncludedEntrie(EntryKey: Integer; Type: MsVariableTestType): IMsVariableTestData;
AddTestIncludedEntrie(EntryKey: uinteger; Type: Prognoz.Platform.Interop.Ms.MsVariableTestType): Prognoz.Platform.Interop.Ms.IMsVariableTestData;
EntryKey. Key of the element of the metamodel calculation chain, which is the variable.
Type. Type of descriptive statistics.
The AddTestIncludedEntrie method adds the variable to the calculation of the specified descriptive statistics.
The property for getting parameters of calculation of descriptive statistics depends on the value of the Type parameter:
Type value | Property | Descriptive statistics |
MsVariableTestType.DF | Augmented Dickey-Fuller test. | |
MsVariableTestType.Granger | Granger test. | |
MsVariableTestType.Johansen | Johansen test. | |
MsVariableTestType.PairCorrelation | Paired correlation coefficients. |
The property use is given in the example for IMsMetaModelVisualController.JohansenTest.
See also: