In this section , we are going to focus on Linear Regression When E[XU]=0. This condition is equivalent to E[U∣X]=0.
I will illustrate both conditions in detail in the following. However, they are somehow equivalent.
Condition 1: E[XU] not equal to 0
Let (Y,X,U) be a random vector where Y and U take values in R and X∈Rk+1. Assume further that X=(X0,X1,…,Xk)′ with X0=1 and let β=(β0,β1,…,βk)′∈Rk+1 be such that
Y=X′β+U Not that now, we do not assume E[XU]=0. Any Xj such that E[XjU]=0 is said to be exogenous; Any Xj such that E[XjU]=0 is said to be endogenous. Normalizing β0 if necessary, we view X0 as exogenous.
Here is an example:
Recall the Cobb-Douglas production function, a fundamental concept in macroeconomics.
Y=AKαLβ where we have:
Y: Output, or total production of goods and services in an economy.
A: Total factor productivity
α and β: These are the output elasticities of capital and labor, respectively.
We can reform this production function into:
ln(Y)=logA+αlogK+βlogL. To do the regression on this function, we can further reform it as
y=β0+β1K+β2L+u Here, we can easily know that this model is endogenous since there are more macro-economy factors that correlated with Capital and Labor but not included in our model, therefore,
E(Ku)=0E(Lu)=0, Note that, this is a structure model, which is based on economic theory and are designed to capture the underlying mechanisms and relationships between different variables. It focus on the causal relationship. However, if we treat it as a projection model, the parameters β, β1, and β2 are going to be slightly different from this structure model. Since in a projection model, we will assume E(Ku)=0&E(Lu)=0.
Now we raise a question, what will happen to the OLS estimator in this setting E[XU]=0?
The Projection Model will have the following inconsistency problem.
β^=(i=1∑nXiXi′)−1i=1∑nXiYi=(n1i=1∑nXiXi′)−1n1i=1∑nXiYi⟶P(E[XiXi′])−1E[XiYi′]=(E[XiXi′])−1E[Xi(Xi′β+ui)]=β+(E[XiXi′])−1E[Xiui]=β if E[Xiui]=0. Therefore, plimn→∞β^=β, the OLS estimator is inconsistent and biased.
Condition 2: E[U|X] not equal to 0
For regression model