Page 1 of 1

Difference between oo_.dr.ys and oo_.steady_state

PostPosted: Fri Feb 19, 2016 5:42 am
by aaronsun
Both oo_.dr.ys and oo_.steady_state store steady-state values, what's the difference? Thanks for your help.

Re: Difference between oo_.dr.ys and oo_.steady_state

PostPosted: Sat Feb 20, 2016 7:43 am
by jpfeifer
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.

Re: Difference between oo_.dr.ys and oo_.steady_state

PostPosted: Sun Feb 21, 2016 7:49 am
by aaronsun
Thanks, Dr. Pfeifer. Your reply is always helpful.

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.