IMsVariableTest.Settings

Fore Syntax

Settings: IMsVariableTestSettings;

Fore.NET Syntax

Settings: Prognoz.Platform.Interop.Ms.IMsVariableTestSettings;

Description

The Settings property returns common parameters of descriptive statistics calculation.

Comments

Specific parameters of calculation depend on the descriptive statistics. To get the type of the calculated statistics, use the IMsVariableTest.Type property.

To get specific calculation parameters, cast the value returned by the Settings property to the interface corresponding to the statistics type:

IMsVariableTest.Type value Interface Descriptive statistics
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.DFTest.

See also:

IMsVariableTest