Time Series Regression Flashcards
Time series data
Sample consistently repeating the same unit of observations over time - time series regression has emphasis on prediction and forecasting.
Growth rates of Y between periods t and t-1
= ln(Y(t)) - ln(Y(t-1))
=approx.(Y(t)-Y(t-1))/Y(t-1)
Autocorrelation
Correlation of a time series with its own lagged value
Auto regressions
Regressionj models that relate a time series variable to its past (lagged) value - the order of the regression indicates the number of lags in the regression
Forecast value and forecast error
If the error is negative this means that the model overpredicts growth in 2011
Root mean forecast error
Forecast intervals
Highlight the range of uncertainty around the model’s forecast
pth order autoregressive model
Adding more lags to the model which can improve the model fit (Rsquare increase) in increase the model forecast accuracy (increse RMSFE)
Autoregressive distributed lag models
Using ADL for modelling lagged impact of an independent variable on a dependent variable (included lags of the dependent variables)
Key assumptions of the ADL model
- Zero conditional mean - the errors are independent
- Large outliers unlikely
- No perfect multicollinearity
- Future tends to be like the past
- The variables bcome independent as the number of lags included becomes larger
Granger causality
Testing predictative content
Based on the D-stat associated with the joint test - do a different test for each set of lags (ie. different test of the lags significant for rural prices and urban prices)
- If the hypothesis are rejected this means they contain predictive content for P(t) conditional on all other variables in the ADL model
How to choose the number of lags that should be included for AR(p) model
- Bayes-Schwarz info criterion - calculate the BIC for the different orders and then choose the lowest BIC
How to choose the number of lags that should be included for ADL models
Akaike information criterion - use this formula to find the BICS and then again choose the lowest BIC and this is the order (number of lags) that should be included.
Steps to deseasonalise and detrend data