Brooks remainign Flashcards
(36 cards)
why is it important to test for non-stationarity
for one, if we have a non stationary time series, the effects of hte hsocks will not diminish. This means that the shocks seen previously still influence current levels. The outcome of this is that the time series will likely explode.
elaborate on types of non stationarity
1) random walk with drift
2) trend-stationary process
Random walk with drift is given as:
r_t = mu + r_{t-1} + u_t
Trend-stationary process is given as:
y_t = a + b t + u_t
elaborate on the trend-stationary process
It is an interesting time series because it is stationary around a linear trend.
It is also commonly referred to as “deterministic non-stationarity” and it needs to be detrended to work with it.
non stationarity refers to everything that is not statioanry. but typically, with non-stationary one will consider the unit-root non stationary ones. Why?
Because there are very few use cases for the non-stationary ones, but the ones with a unit root is an important field.
With ones that are not unit root, but still non-stationary, the shocks will increase in effect as time pass by.
With unit root, the shocks remain as they were, we basically get a sum of them.
how do we de-trend a deterministic trend-stationary time series?
we run the following regression:
r_t = a + b t + u_t
Then we use the residual series as the new variable. it should now have the trend removed.
Thi sassumes that the trend statioanrity was indeed the one as given
what is stochastic non-stationarity?
Another term for hte random walk with drift.
There is a stochastic trend in the data, and we know this because the next value is equal to the previous value plus error term. if the error term has the assumption of mean 0, we get increasing variance as we move further out.
how can we make a stochastic trend “stationary”?
First difference. For instance, if we have random walk, performing the first differnece on it will give us a statioanry sequence.
what is removed when we use differencing on stochastic trend?
We remove the previous value. this leaves the trend and the error term a_t.
it is impoirtant to understand that the trend is included in the difference.
what happens if we first difference a trend stationary time series?
We get an MA(1) case
difference between de-trending and differneicng?
in this case, de-trending refers to performing regression and then using the residuals. It works on the determinsitic trend model, but not on the stochastic trend.
de trending removes the overall trend.
Differencng removes the stochastic trend, but not their individual effects. This is why differencing is great. We keep the shocks, but remove the trend. The outcoem is stationary.
there is a crucial part about dickey fuller
it only work if the residuals are truly white noise.
what to do if we want to test for unit root but our residuals have autocorrelation
Use Augmented Dickey fuller
when is dickey fuller valid+
when u_t behaves as white noise
under what circumstances can Dickey Fuller be weak?
if there are structural breaks
what happens if we combine variables X_it that have different orders of integration?
They receive integration equal to the one with the higest order
what does it mean to be cointegrated?
if a linear combination of variables that are all I(1) become I(0) together, then they are conintegrated.
what does it mean to be cointegrated?
there will be a long run equilibrium relationship between tehm
elaborate on the definition of cointegration by Engle and Granger
A set of variables are cointegrated if there exist a weight vector alpha that when taking the dot product of alpha and the variables (linear combinaiton) we get a series that is I(d-b), which when all are I(1) produce a time series with linear combination I(0)
why not just first difference each time series, and work from there?
This is correct for ARMA process. However, if we want to leverage common effects between the variables, we need a differnet approach.
is univariate time seires models sufficient here?
No, we need multivariate.
give example of multivariate time series model
y_t = ax_t + u_t
y_t could be the forward price, and x_t could be the stock price. this allows us to model changes in forward price as a funciton of the stock price.
what is special about y_t = a x_t + u_t
It consists of 2 variables that have a unit root each.
consider the model:
∆y_t = b ∆x_t + u_t
elaborate on it
It is a first differneced on both sides.
If it reach a long run equilibrium, this shit wont captiure it becasue the differencing eventually just creates 0 = 0.
Therefore, first differencing is not good to capture long run equilibriums
what do we call the model that can be used for these kinds of cases?
Error correction model
equilibrium correction model