Page 1 of 1

Steady State computation

PostPosted: Wed Nov 05, 2014 7:59 pm
by bled.hhhh109
Hi is there a way of rounding up residual errors up to the 3-rd or 4th decimal so that SS computation proceeds without having to fix the steady state residuals of the size 1/100000 ?

Re: Steady State computation

PostPosted: Thu Nov 06, 2014 7:52 am
by jpfeifer
In the unstable version, you can set
Code: Select all
options_.dynatol.f

before calling steady. In Dynare 4.4.3 it would be
Code: Select all
options_.solve_tolf

But I would not recommend it, because I cannot think of a case where lowering the tolerance level would be justified.

Re: Steady State computation

PostPosted: Thu Nov 06, 2014 12:11 pm
by bled.hhhh109
thanks for the quick reply.