Assembly: Ms;
The IMsDiagnosticTestSettings interface is used to work with parameters of diagnostic test execution.
IMsDiagnosticTestSettings
The interface is a base one. To set up a certain type of test, cast IMsDiagnosticTestSettings to one of the interfaces:
IMsChowTestSettings. Chow tests.
IMsOmittedVariablesTestSettings. Missing variables test (missing variables criterion).
IMsRamseyRessetTestSettings. Ramsey functional form test (functional form criterion).
IMsRedundantVariablesTestSettings. Redundant variables test (redundant variables criterion).
IMsSerialCorellationLMTestSettings. Godfrey Test (Godfrey criterion of residual autocorrelation).
IMsWhiteHeteroskedasticityTestSettings. 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 indexes of explanatory series. |
See also: