Settings: IMsDiagnosticTestSettings;
Settings: Prognoz.Platform.Interop.Ms.IMsDiagnosticTestSettings;
The Settings property returns parameters of the test execution.
The Settings property returns basic parameters of all tests. For setting of special type test, cast the returned object 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.
The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.
See also: