Settings: IMsVariableTestSettings;
Settings: Prognoz.Platform.Interop.Ms.IMsVariableTestSettings;
The Settings property returns common parameters of descriptive statistics calculation.
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. |
The property use is given in the example for IMsMetaModelVisualController.DFTest.
See also: