Solved – Gauss-Markov assumptions

regression

I was trying to determine which of the Gauss-Markov assumptions allow us to see that $b_1$ is an unbiased estimator of $\beta_1$. I have a feeling it's that $X_{i}$ is not random, but is there anything else that I'm missing?

Best Answer

The LS-Estimator is:$$b=\beta + (X'X)^{-1}X'e$$ The estimator is unbiased if $(X'X)^{-1}X'e$ converges to zero, and this is the case, if the designmatrix $X$ is not correlated with the error $e$.

So, the necessary assumption is: $$E[X_{t,k}*e_t]=0$$

Related Question