IMsDiagnosticTest

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDiagnosticTest interface is used to work with diagnostic test of a model.

Inheritance Hierarchy

          IMsDiagnosticTest

Comments

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.

Properties

  Property name Brief description
The Settings property returns parameters of the test execution.
The Type property returns the type of test.

Methods

  Method name Brief description
The Execute method performs the test.

See also:

Ms Assembly Interfaces