Page 1 of 1

Steady State Solving

PostPosted: Thu Jul 09, 2015 6:23 pm
by linda8272
Dear All,

I am using Dynare to solve a two-country multi-sector IRBC model. When I solve a symmetric steady state (there is no borrowing-lending between the two countries, the trades are balanced, everything for the two countries are same), the initial number I put in can make the residuals of the static equations of one country to be zero, but the residuals of the static equations of the other country are off a lot.

Could anyone please tell me how to find the problem? Does Dynare compute steady state with certain order?

Thank you a lot!

Re: Steady State Solving

PostPosted: Thu Jul 09, 2015 8:23 pm
by jpfeifer
When I use the unstable version of Dynare together with

Code: Select all
steady(maxit=1000) ;

Dynare is able to find the steady state. However, this a collinearity issue. Run model_diagnostics to see this.

Re: Steady State Solving

PostPosted: Thu Jul 09, 2015 9:08 pm
by linda8272
Hi Jpfeifer,

Thank you so much for your help, I will recheck the model.

Re: Steady State Solving

PostPosted: Sat Jul 11, 2015 9:05 am
by RebeccaLebel
I can find the solution to the steady state of my model using two matlab files. Since my steady state equations are nonlinear, I'm using fsolve.