Write down the null and alternative hypotheses of the augmented Dickey-Fuller test (ADF test). You run an ADF test on a time series and obtain a test statistic of -1.8. If the critical value at the 5% level is -2.86, what is your conclusion?
Answer:
The augmented Dickey-Fuller test (ADF test) has hypotheses
h0: The time series has a unit root, indicating it is non-stationary.
hA: The time series does not have a unit root, suggesting it is stationary.
To reject the null hypothesis we would need a test statistic that is less than the critical value of -2.86. Since -1.8 is not less than the critical value, then we fail to reject the null hypothesis. The time series probably has a unit root.
In a model with power utility and a one-period asset with gross return Rt, the dynamic equilibrium condition looks like ct−σ=βRt+1ct+1−σ, where c is consumption. Linearize that equation.
The following is a linearized New Keynesian monetary policy model with variables for output, y, inflation, π, and the interest rate i. Map it to a structural VAR.
Write down a bivariate VAR(1) where the coefficient matrix on the shocks has been recursively identified (e.g., via a Cholesky decomposition). Why and how does the ordering of the variables matter?
The ordering of the variables determines which variable is independent of the other’s shock within a time period. Here since yt appears first, shocks to xt do not affect yt, i.e., yt is indepedent from (or orthogonal to) shocks to xt.
Do yt and xt appear to be stationary? Why or why not?
What conditions need to be satisified so that yt and xt are cointegrated?
Do you think yt and xt are cointegrated? Why or why not?
Answer:
Both yt and xt are increasing over time, so they do not appear stationary, although the sample is very short
Both yt and xt must be non-stationary, I(1), and there must exist some linear combination, yt−βxt, that is stationary.
Subtracting xt from yt yields a sequence that alternates between -1, 0, and 1, which might be stationary because there might be a stable mean and variance
What are the null and alternative hypotheses of the Johansen cointegration test?
Suppose you are testing for the number of cointegrating relationships among 3 variables. Describe how to to do that with the Johansen conintegration test.
Answer:
Suppose there are r0=0 cointegrating relationships
Null Hypothesis: H0:r≤r0 (i.e., the number of cointegrating relationships ≤r0)
Alternative Hypothesis: HA:r>r0
I would put a loop around the above hypothesis test and increment r0=1,2,3 until it fails to reject the null, i.e., there is evidence to support that the number of cointegration relationships is r=r0.
Suppose in an estimated bivariate VECM with variables y and x (in that order), the cointegrating vector is [1,−3] and the loading on y is α1=−0.5
What is the long-run relationship between y and x?
Suppose at some point in time yt=6 and xt=1.5. What is the error correcion term at t? Is the system in long-run equilibrium?
Interpret the sign and magnitude of α1=−0.5.
Answer:
The long-run relationship is yt−3xt, i.e., that linear combination produces a stationary time series.
At (yt,xt)=(6,1.5) the ECTt=6−3×1.5=1.5 is not zero, so the system is not in long-run equilibrium.
α1<0 means that changes in yt returns the system back to the long-run equilibrium and the magnitude determines the speed (e.g., 50% in one period) at which it returns to the long-run equilibrium.