Applied econometrics 2 lectures 5-6 - Forecasting

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Caveat of forecasting

Possible structural breaks in economic conditions are not accounted for by our forecasting models

2
New cards

In-sample period / estimation period

The sample period over which the models are estimated.

3
New cards

Out-of-sample period / hold-out sample

the data segment we hold out in order to evaluate the estimated models for predictive power

4
New cards

Forecast origin

The exact time period at which the forecast is being made - yn

WE USE n INSTEAD OF t yn NOT yt

5
New cards

Forecast horizon

The amount of time between the forecast origin and the event being predicted

6
New cards

one-step-ahead forecasts

When the forecast horizon is one period → y^n+1

7
New cards

Point forecasts

These estimate a particular value of the variable being forecast

8
New cards

Forecast intervals

intervals within which the forecasted value should be found for a particular percentage of the time

e.g. similar to 95% confidence intervals

point forecast +/- Critical value * SE

9
New cards

Forecast error

the difference between actual (observed) value of the variable and its predicted value.

knowt flashcard image

10
New cards

Forecasting steps

1. Estimate several ARDL (p,q) models by varying p and q based on the in-sample period

2. For all models, check for serial correlation, and eliminate the models with serial correlation

a. Use Breusch-Godfrey test

3. For all surviving models, keep the one which best fits the in-sample data

a. Use model selection criteria (AIC or BIC) → smallest is best

11
New cards

Model selection criteria

We want to maximize how well the model fits the data (minimize squared residuals) but penalize a greater number of regressors

IC = ln (SSR / n) + k/n * f(n)

f(n) - determines the penalty from adding more regressors otherwise you could have as many regressors as data points

knowt flashcard image

12
New cards

95% Forecast interval

knowt flashcard image

13
New cards

Where errors come from in forecasting

knowt flashcard image

Variation from sampling → arises from coefficients being estimated

Roughly proportional to T-1/2 T - time periods used

knowt flashcard image

Variation from variance in the population (uncertainty in ut)

     Does not change with sample size → generally it is the dominant term of SE

14
New cards

Standard error of forecast error

knowt flashcard image

15
New cards

How to evaluate model based on forecast performance

- root mean squared error (RMSE)

- mean absolute error (MAE)

16
New cards

Forecast errors for every forecast

knowt flashcard image

17
New cards

root mean squared error (RMSE)

– Essentially the sample standard deviation of the forecast error

– Choose model with smallest RMSE → Smaller is better

<p>– Essentially the sample standard deviation of the forecast error</p><p>– Choose model with smallest RMSE → Smaller is better</p>
18
New cards

mean absolute error (MAE)

knowt flashcard image

– Average of the absolute forecast error

– Smaller is better again

19
New cards

Lag operator

Lags the variable by 1 period

L such that LXt = LXt-1

knowt flashcard image

20
New cards

Lag polynomial

(1-pL)

For stability, the root of the lag polynomial must have an absolute value greater than one

Root of lag polynomial - L = 1 / p → require |p| < 1

21
New cards

What happens when |p| < 1

knowt flashcard image

As t&s increase the effect of p decreases → when t→infinity, term = 0 so E(yt) = 0 Constant

knowt flashcard image

The impact of shocks (εt) fade over time

22
New cards

what happens when p = 1

Our model becomes a random walk

knowt flashcard imageknowt flashcard image

23
New cards

Random walk with drift

the random movement is around a linear trend

knowt flashcard imageknowt flashcard image

24
New cards

How to differentiate between AR(1) processes and processes with very high correlation

Let time pass → One reverts to mean of 0 and one doesn’t

25
New cards

Order of integration - I(0) vs I(1)

A weakly dependent process is “integrated of order zero,” or I(0)

If the first difference of a non-stationary series is stationary. In this case, the series is “integrated of order one,” or I(1)

26
New cards

What if the series is integrated of order 1 - I(1)

– Standard inference doesn’t work

– Can be used in regression analysis after first-differencing

Both random walk & random walk with drift are I(1)

knowt flashcard image

27
New cards

Stationary & nonstationary series overview

knowt flashcard image

28
New cards

Dickey-Fuller test

Tests for a unit root

1 sided test (p<1)

Rejecting null = NO unit root

DF critical regions are different to t tests

<p>Tests for a unit root</p><p>1 sided test (p&lt;1)</p><p>Rejecting null = NO unit root</p><p>DF critical regions are different to t tests</p>
29
New cards

Augmented DF test

Our Dickey-Fuller (DF) test may mistake serial correlation for unit root behaviour so ADF washes out autocorrelation

knowt flashcard image

30
New cards

Issues with time series unit root tests

The time-series test might not reject H_0 but we still doubt the data is I(1):

  • Low power of the test in near-unit root case

    • An AR1 process with a very high correlation coefficient and a unit root process, their realisations might look very similar if you don't have enough time periods

  • Inference is sensitive to treatment of serially correlated errors and treatment of means and trends

  • Sensitivity to structural breaks

  • Non-linearities

31
New cards

Spurious regression

Situation in which x and y are not related in any way, but an OLS regression using the usual t statistics will often indicate a relationship

32
New cards

How Non-stationary time series create spurious regressions

  • If we omit a time trend - A special case of Omitted Variable Bias

  • If we are regressing I(1) series, even if they are independent

    • As T increases, we reject a true null more often than we should

33
New cards

Example of spurious regression

knowt flashcard image