Odd response
Posted: Wed Jan 07, 2015 11:36 pm
I specfied the exports as a function of the foreign GDP. This should capture the exogenous shock of foreign GDP on home exports, and this variable only appears in exports equation. I write it as following:
The shock of this foreign GDP is written as following:
with rho_Ystar=0.9595106 and sigma_Ystar=0.0120537
The thing is, I find it odd that a positive foreign gdp shock with the specification above has a negative effect on exports. It also has a negative effect on domestic output. how to fix that? any thing other specification to consider ?
Thank you for all the help, and to everyone has helped!
- Code: Select all
Yx = exp(Ystar)*((pd/s)^(-tau));
The shock of this foreign GDP is written as following:
- Code: Select all
Ystar = rho_Ystar*Ystar(-1)+ e_Ystar;
with rho_Ystar=0.9595106 and sigma_Ystar=0.0120537
The thing is, I find it odd that a positive foreign gdp shock with the specification above has a negative effect on exports. It also has a negative effect on domestic output. how to fix that? any thing other specification to consider ?
Thank you for all the help, and to everyone has helped!