Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2023-10-28 16:51:11
Size: 819
Comment: Rephrased
Revision 6 as of 2025-01-10 14:17:59
Size: 1034
Comment: Killing Econometrics page
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
In econometrics, '''exogeneity''' is an assumption about data used for statistical inference. '''Exogeneity''' means that all predictors are independent of the outcome and the error term.
Line 13: Line 13:
Exogeneity means that all treatment and control variables are independent of the outcome variable and the error term. Mathematically, exogeneity and [[Statistics/Homoskedasticity|homoskedasticity]] together can be expressed as:

{{attachment:exo.svg}}

The full set of variables is independently and normally distributed about 0. The covariance matrix is fully expressed as the [[LinearAlgebra/SpecialMatrices#Diagonal_Matrices|diagonal matrix]] of each term's variance.
Line 23: Line 27:
In a [[Econometrics/OrdinaryLeastSquares|mulivariate OLS regression]], the assumption of exogeneity can be expressed mathematically as: It can also be useful to express exogeneity as a [[Statistics/ConditionalExpectations|conditional expectation]] like:
Line 25: Line 29:
{{attachment:exogeneity.svg}} {{attachment:cond.svg}}

Exogeneity

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


Meaning

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 expressed as the diagonal matrix of each term's variance.

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-01-10 14:17:59 by DominicRicottone)