Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2025-01-10 14:17:59
Size: 1034
Comment: Killing Econometrics page
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 ==
Line 17: Line 17:
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. The full set of variables is independently and normally distributed about 0. The [[Statistics/CovarianceMatrices|covariance matrix]] is fully specified as the [[LinearAlgebra/SpecialMatrices#Diagonal_Matrices|diagonal matrix]] of variances.

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)