IMsDiagnosticTest

Assembly: Ms;

Description

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

Inheritance Hierarchy

          IMsDiagnosticTest

Comments

The diagnostic test can be executed only for the model of linear regression (OLS estimation). Before executing the test, set up its parameters using the IMsDiagnosticTest.Settings property.

Properties

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

Methods

  Method name Brief description
Execute The Execute method executes the test.

See also:

Ms Assembly Interfaces