Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDiagnosticTest interface is used to work with diagnostic test of a model.
IMsDiagnosticTest
The diagnostic test can be executed only for the model of linear regression (OLS estimation). Before executing the test, set up its parameters using IMsDiagnosticTest.Settings.
| Property name | Brief description | |
| The Settings property returns test execution parameters. | ||
| The Type property returns the type of test. |
| Method name | Brief description | |
| The Execute method executes the test. |
See also: