- 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.