IMsVariableTest.Settings

Syntax

Settings: 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 options, cast the value returned by the Settings property to the interface corresponding to the statistic type:

IMsVariableTest.Type value Interface Descriptive statistic
MsVariableTestType.DF IMsDFTestSettings Augmented Dickey-Fuller test.
MsVariableTestType.Granger IMsGrangerTestSettings Granger test.
MsVariableTestType.Johansen IMsJohansenTestSettings Johansen test.
MsVariableTestType.PairCorrelation IMsPairCorrelationTestSettings Paired correlation coefficients.

Example

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

See also:

IMsVariableTest