The MsDiagnosticTestType enumeration is used to determine a diagnostic test type.
It is used by the following properties and methods:
| 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. |
Diagnostic tests can only be executed for the linear regression (OLS estimation) model.
See also: