Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDiagnosticTestSettings interface is used to work with parameters of diagnostic test execution.
IMsDiagnosticTestSettings
Interface is basic. To set a certain type of test, cast IMsDiagnosticTestSettings to one of the interfaces:
IMsChowTestSettings. Chow tests.
IMsOmittedVariablesTestSettings. The missed variables test (criterion of missed variables).
IMsRamseyRessetTestSettings. The Ramsey functional form test (the criterion of the functional form).
IMsRedundantVariablesTestSettings. Test of the redundant variables (the criterion of the redundant variables).
IMsSerialCorellationLMTestSettings. The Godfrey Test (The Godfrey criterion of residual autocorrelation)
IMsWhiteHeteroskedasticityTestSettings. The White heteroskedasticity test.
| Property name | Brief description | |
| The ConfidenceLevel property determines the significance level, on which the hypothesis is rejected. | ||
| The IncludedExplanatories property determines indexes of explanatory series. | ||
| The SupportsR property determines whether diagnostic test can be calculated by R. | ||
| The UseR property determines whether connection to R is used on diagnostic test calculation. |
| Method name | Brief description | |
| The RefreshIncluded method refreshes the value of the IncludedExplanatories property. |
See also: