MsDiagnosticTestType

Description

The MsDiagnosticTestType enumeration is used to determine a diagnostic test type.

It is used by the following properties and methods:

Available Values

Value Brief description
0 OmittedVariables. Missing variables criterion.
1 RedundantVariables. Redundant variables criterion.
2 SerialCorellationLM. Godfrey criterion of residual autocorrelation.
3 WhiteHeteroskedasticity. The White heteroskedasticity test.
4 RamseyResset. Functional form criterion.
5 Chow. Chow tests.

Comments

Diagnostic tests can only be executed for the linear regression (OLS estimation) model.

See also:

Ms Assembly Enumerations