This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.
How do I use variables in steady state in the model? we say that r at steady state is r = (1/beta)-(1-delta) What better way to make this in the section model?
If you know how to solve the steady state of all variables in the model analytically, you should use steady_state_model block , instead of initval, to present how you do that. You also put "r = (1/beta)-(1-delta)" there. See more in dynare manual
In the model block, if you need the steady state level of a variable x in an equation (for instance in a Taylor rule), you just need to write STEADY_STATE(x).