Misspecification

model-misspecificationspecification-testingquasi-mlehausman-testwhite-testmodel-selection

Definition

Model misspecification occurs when the true data-generating process (DGP) differs from the assumed statistical model. Misspecification can affect consistency of estimators, validity of standard errors and test statistics, and the accuracy of forecasts. The severity depends on which aspects of the model are wrong: error distribution misspecification leaves Ordinary Least Squares (OLS) consistent (if the mean is correctly specified) but invalidates classical inference; mean-function misspecification biases all coefficient estimates; omitted-variable misspecification induces endogeneity.

Key Ideas

How It Works

Detecting misspecification:

  1. Examine residuals for autocorrelation, heteroskedasticity, non-normality.
  2. Apply specification tests (Hausman, RESET, Ljung-Box, ARCH test).
  3. Compare information criteria (AIC, BIC) across competing specifications.
  4. Posterior predictive checks in the Bayesian setting.

Robust inference under misspecification:

Why It Matters

Open Questions

Related