Page 1 of 1
Problem in a deterministic model with structure change
Posted:
Thu Oct 21, 2010 2:45 pm
by kang
I build a small open economy model with two sectors. I plan to look at the dynamic path when one structure parameter changes. So the model has two steady states. However, the irf from the simulation show that most variables go far away from the new steady state during the path, only in the last period, it will just jump back the new steady state. It would be greatly appreciated if someone can help me out.
The code is attached.
Re: Problem in a deterministic model with structure change
Posted:
Sun Oct 24, 2010 6:51 am
by bigbenmike
Hi, Kang:
Try to define the parameter as a variable and then look at the responses.
Re: Problem in a deterministic model with structure change
Posted:
Sun Oct 24, 2010 2:18 pm
by kang
Thanks, bigbenmike,
I thought the structure change as a permanent shock, so in my code, I define the parameter as exogenous shock. I give the two steady states in inival and endval blocks. is this the way to solve deterministic model with permanent shock?
best,
kang
Re: Problem in a deterministic model with structure change
Posted:
Tue Oct 26, 2010 4:59 pm
by cel
Hi,
you should create a variable that is the shock (for instance eps that is var_exo) and in your model, you write (param+eps) everywhere your parameter (param that is defined as a param value) appears.
Hope it helps
Best
Re: Problem in a deterministic model with structure change
Posted:
Tue Feb 28, 2012 8:37 am
by yangv007
i feel the same just like your, i also think the structure change as a permanent shock ,but the answer from bigbenmike still puzzle me , do you know what eactly his means? thanks very much...new learner.
kang wrote:Thanks, bigbenmike,
I thought the structure change as a permanent shock, so in my code, I define the parameter as exogenous shock. I give the two steady states in inival and endval blocks. is this the way to solve deterministic model with permanent shock?
best,
kang
Re: Problem in a deterministic model with structure change
Posted:
Tue Feb 28, 2012 8:41 am
by yangv007
Hi, i am not quite sure about your explanation ,can you tell me whether the structure change is the same with permanent shock?
or how can i put a permanent shock in the model? thanks a lot...
cel wrote:Hi,
you should create a variable that is the shock (for instance eps that is var_exo) and in your model, you write (param+eps) everywhere your parameter (param that is defined as a param value) appears.
Hope it helps
Best