Lec12 2019
Lec12 2019
Review
2019
1 / 15
Learning goals of this unit
I Understand and derive the properties of ordinary least squares in
summation and matrix notation
I Interpret, evaluate and apply inferential methods to multiple linear
regression
I Understand the use and implications of data scaling, functional
form, dummy variables in regression modelling
I Understand the consequences of heteroscedasticity in regression
models, and know how to test for it and the practical ways of
dealing with it
I Understand the consequences of serial correlation in errors in
regression models, and know how to test for it and the practical
ways of dealing with it
I Understand that some time series in finance and economics are
non-stationary, and be introduced to how to deal with
non-stationary time series
I Be introduced to the large sample properties of estimators (namely
consistency and asymptotic normality)
2 / 15
The OLS estimator and its properties
3 / 15
The OLS estimator and its properties
I We have studied the multiple regression model and learnt that when:
1. model is linear in parameters: y = Xβ + u
2. conditional mean of errors is zero: E (u | X) = 0
3. columns of X are linearly independent
⇒ then the OLS estimator βb is an unbiased estimator of β
4 / 15
The OLS estimator and its properties
I We have studied the multiple regression model and learnt that when:
1. model is linear in parameters: y = Xβ + u
2. conditional mean of errors is zero: E (u | X) = 0
3. columns of X are linearly independent
⇒ then the OLS estimator βb is an unbiased estimator of β
I if in addition,
4. sample is random and errors are homoskedastic: Var (u | X) = σ 2 In ,
b = σ 2 (X0 X)−1
⇒ then βb is the BLUE and Var (β)
4 / 15
The OLS estimator and its properties
I We have studied the multiple regression model and learnt that when:
1. model is linear in parameters: y = Xβ + u
2. conditional mean of errors is zero: E (u | X) = 0
3. columns of X are linearly independent
⇒ then the OLS estimator βb is an unbiased estimator of β
I if in addition,
4. sample is random and errors are homoskedastic: Var (u | X) = σ 2 In ,
b = σ 2 (X0 X)−1
⇒ then βb is the BLUE and Var (β)
I If, in addition to the above,
5. errors are normally distributed,
⇒ then conditional on X, βb is normally distributed, and we can use the
usual t and F tests to make inferences based on the OLS estimator
4 / 15
Interpretation of the estimated parameters
5 / 15
Inference based on the OLS estimator
6 / 15
Inference based on the OLS estimator
7 / 15
Heteroskedasticity (HTSK)
Consequences and remedies
8 / 15
Heteroskedasticity (HTSK)
Consequences and remedies
9 / 15
Serial Correlation
Consequences for OLS
10 / 15
Serial Correlation
Detection
I We learnt to use
1. the time plot and the correlogram of the residuals to detect
serial correlation visually
2. to use Breusch-Godfrey test to detect serial correlation
formally. This tests requires stating an AR(q) alternative for
the errors, where q is determined from the context or the
frequency of the data. The test statistic is n × R 2 of an
auxiliary regression of ût on all independent variables
(including the constant) and q lags of ût , and has a χ2q
distribution under the null.
11 / 15
Serial Correlation
Remedies
yt = β0 + β1 xt1 + · · · + βk xtk + ut
ut = ρ1 ut−1 + · · · + ρq ut−q + et
yt = β0 +β1 yt−1 +· · ·+βp yt−p +γ0 xt +γ1 xt−1 +· · ·+γq xt−q +et
12 / 15
Modelling Dynamics
I The OLS estimators of the parameters of the ARDL(p, q) model
13 / 15
Modelling Dynamics
Interpretation of parameters
I In the estimated ARDL(p, q) model
ŷt = β̂0 + β̂1 yt−1 + · · · + β̂p yt−p + γ̂0 xt + γ̂1 xt−1 + · · · + γ̂q xt−q
when x increases by one unit at time t, it immediately increases the
predicted y by γ̂0 at time t. This is the immediate or the impact
effect of a change in x on predicted y .
I However, because of the dynamics, a change in x at time t will
continue to affect y in t + 1, t + 2, . . .
I The overall or the long-run effect of a unit increase in x at time t
on predicted y is given by
sum of the coefficients of xt and its lags
1 − sum of the coefficients of lags of yt
which in the above equation would be
γ̂0 + γ̂1 + · · · + γ̂q
1 − (β̂1 + · · · + β̂p )
14 / 15
Modelling Dynamics
Nonstationarity and unit roots
I A covariance stationary process is a time series which at all t has a
finite mean and finite variance that do not depend on t, and the
covariance between two elements of this series depend on the time
difference, not on the time itself
I A stationary time series reverts to its mean often
I If a time series does not satisfy any of these requirements, it is
non-stationary
I A prevalent type of non-stationarity in business and economics data
is unit root non-stationarity. This is when the time series its
autoregressive, but the sum of the coefficients of lag of yt is 1.
I Unit root processes are not mean reverting and have high
persistence
I We identify them by the plot of the time series, by their
correlogram: their first order autocorrelation coefficient will be very
close to 1, and the autocorrelations decay very slowly
I If yt has a unit root, ∆yt will not have a unit root, and we can use
∆yt in our econometric models 15 / 15