Econometrics

The Essence of Econometrics

Alt Text

Ordinary Least Squares (OLS)


b=[b0b1bp1]=(XX)1Xy
Linear AlgebraEnter the Matrix
y=XbLinear Regression
(Xy)=XXbPre-multiply both sides of the equation by X’ in order to solve for b
(XX)1Xy=(XX)1(XX)bMultiply (X’X)-1 by this inverse
(XX)1Xy=IbA matrix multiplied by its inverse is the identity matrix (I)
(XX)1Xy=bOLS
b=(XX)1XyOLS

8 Classical OLS Assumptions

  1. Linearity Yt=α+βXt+εt
  2. Expected value of error term is zero E(εX)=0
  3. X is non-stochastic and fixed in repeated samples Cov(Xs,εt)=0
  4. Serial Independence Cov(εs,εt)=0
  5. Homoskedasticity Var(εt)=σ2=constant
  6. No Multicollinearity Tt=1(δiXit+δjXjt)0 and ij
  7. Normality of error term
    εtN(μ,σ2)