Difference between oo_.dr.ys and oo_.steady_state
Posted: Fri Feb 19, 2016 5:42 am
Both oo_.dr.ys and oo_.steady_state store steady-state values, what's the difference? Thanks for your help.
Forums for asking questions, posting comments and uploading examples related to Dynare
http://www.dynare.org/phpBB3/
jpfeifer wrote:oo_.dr.ys will store the steady state computed at the last time the decision rules were computed. oo_.steady_state should also store the steady state, but it is sometimes internally used to store temporary information. For example, when you use the resol-command to loop over parameter values, oo_.dr.ys will always be correctly updated, but oo_.steady_state will not.