conditional values for parameters
Posted: Tue Jan 29, 2013 2:49 am
Hi, I wonder whether it is possible to specify a conditional law of motion in the model session in Dynare. For example, I would like to the law of motion for housing capital as
where alpha>0 if (Rh_t-Rh_bar)>0 and alpha=0 if (Rh_t-Rh_bar)<=0. The idea is that there is not new housing supply if the housing rent Rh is less than its steady state value Rh_bar.
Is it feasible to implement such an idea in Dynare?
Thank you.
- Code: Select all
H_t+1=(1-delta_h)*H_t+alpha*(Rh_t-Rh_bar)
where alpha>0 if (Rh_t-Rh_bar)>0 and alpha=0 if (Rh_t-Rh_bar)<=0. The idea is that there is not new housing supply if the housing rent Rh is less than its steady state value Rh_bar.
Is it feasible to implement such an idea in Dynare?
Thank you.