IMsVariableTest.Settings

Fore Syntax

Settings: IMsVariableTestSettings;

Fore.NET Syntax

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

Description

The Settings property returns common parameters of descriptive statistic calculation.

Comments

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

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

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

See also:

IMsVariableTest