IMsMetaModelVisualController.AddTestIncludedEntrie

Fore Syntax

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

Fore.NET Syntax

AddTestIncludedEntrie(EntryKey: uinteger; Type: Prognoz.Platform.Interop.Ms.MsVariableTestType): Prognoz.Platform.Interop.Ms.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 Augmented Dickey-Fuller test.
MsVariableTestType.Granger Granger test.
MsVariableTestType.Johansen Johansen test.
MsVariableTestType.PairCorrelation Paired correlation coefficients.

Fore and Fore.NET Examples

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

See also:

IMsMetaModelVisualController