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 performed only for the model of linear regression (OLS estimation). Before performing the test, it is necessary to set up its settings using IMsDiagnosticTest.Settings.
| Property name | Brief description | |
| The Settings property returns parameters of the test execution. | ||
| The Type property returns the type of test. |
| Method name | Brief description | |
| The Execute method performs the test. |
See also: