Cointegrated shock processes
Posted: Sat Dec 10, 2016 5:10 pm
Hi,
I have a two-country model and would like to introduce cointegrated productivity shocks as in Rabanal et al (2010) and Mandelmann et al (2011). That is, there are two shock processes in my system but only one stochastic trend. Suppose that the series are defined in a VECM model, such that (assume no terms in first-differences on the rhs):
A is TFP in home-country, A_star in foreign (all in logs), they are cointegrated with a cointegrating vector (1 -gamma), k is the loading coefficient and c and chi are constants. A similar and symmetric equation characterises TFP in the foreign country (A_star).
A and A_star are unit root processes which cause the system to be non-stable. However, the source of unit root is the same. Does that mean that I can "deflate" the variables of the model with either A or A_star? Of course I will deflate home variables with the latter and foreign variables with the former, but I am wondering... And whn it comes to estimation, how would Dynare 'know' about that?
Moreover, I am not sure how I should express my stochastic process. A and A_star are the sources of unit root, hence should not appear anywhere in the model block, but I do not see how I could avoid that in this context. Is the correct way to proceed to create a (by definition) stationary variable
Thanks!
Best,
Kyriacos
I have a two-country model and would like to introduce cointegrated productivity shocks as in Rabanal et al (2010) and Mandelmann et al (2011). That is, there are two shock processes in my system but only one stochastic trend. Suppose that the series are defined in a VECM model, such that (assume no terms in first-differences on the rhs):
- Code: Select all
dA = c + k*(A(-1) - gamma*A_star(-1) + chi) + e
A is TFP in home-country, A_star in foreign (all in logs), they are cointegrated with a cointegrating vector (1 -gamma), k is the loading coefficient and c and chi are constants. A similar and symmetric equation characterises TFP in the foreign country (A_star).
A and A_star are unit root processes which cause the system to be non-stable. However, the source of unit root is the same. Does that mean that I can "deflate" the variables of the model with either A or A_star? Of course I will deflate home variables with the latter and foreign variables with the former, but I am wondering... And whn it comes to estimation, how would Dynare 'know' about that?
Moreover, I am not sure how I should express my stochastic process. A and A_star are the sources of unit root, hence should not appear anywhere in the model block, but I do not see how I could avoid that in this context. Is the correct way to proceed to create a (by definition) stationary variable
- Code: Select all
z = A(-1) - gamma*A_star(-1) + chi
Thanks!
Best,
Kyriacos