IMsRamseyRessetTestSettings

Assembly:Ms;

Description

The IMsRamseyRessetTestSettings interface is used to work with parameters of the Functional Form Criterion diagnostic test.

Inheritance Hierarchy

          IMsDiagnosticTestSettings

          IMsRamseyRessetTestSettings

Comments

The Functional Form Criterion test is a generalized test that determines whether the following errors of the linear regression model specification exist:

Such errors result in shift of regression model mean error.

To work with parameters of this test, cast the value returned by the IMsDiagnosticTest.Settings property to the IMsRamseyRessetTestSettings interface.

Properties

  Property name Brief description
Power The Power property determines the number of additional regressors included in a test regression.

Properties inherited from IMsDiagnosticTestSettings

  Property name Brief description
The ConfidenceLevel property determines the significance level, on which the hypothesis is rejected.
The IncludedExplanatories property determines indexes of explanatory series.
The SupportsR property determines whether diagnostic test can be calculated by R.
The UseR property determines whether connection to R is used on diagnostic test calculation.

Methods inherited from IMsDiagnosticTestSettings

  Method name Brief description
The RefreshIncluded method refreshes indexes of explanatory series.

See also:

Ms Assembly Interfaces