Differences between revisions 7 and 8
Revision 7 as of 2025-04-29 19:23:46
Size: 1057
Comment: Link
Revision 8 as of 2025-04-29 19:24:20
Size: 1061
Comment: Relabel
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== Meaning == == Description ==

Exogeneity

Exogeneity means that all predictors are independent of the outcome and the error term.


Description

Mathematically, exogeneity and homoskedasticity together can be expressed as:

exo.svg

The full set of variables is independently and normally distributed about 0. The covariance matrix is fully specified as the diagonal matrix of variances.

The opposite condition is endogeneity.

An assumption of exogeneity would be violated if...

  • confounding variables were omitted
  • in time series models, a lagged dependent variable can be correlated to the error term
  • if OLS is mistakenly used on a system of equations (i.e. simultaneous equation bias)

It can also be useful to express exogeneity as a conditional expectation like:

cond.svg


CategoryRicottone

Statistics/Exogeneity (last edited 2025-04-29 19:24:20 by DominicRicottone)