Page 1 of 1

New to Dynare, don't understand error message

PostPosted: Sun Apr 03, 2011 11:28 pm
by mimenarrator
See attached model file. When I try to run Dynare with stoch_simul I get there error:

Code: Select all
??? Error using ==> dr1 at 223
2nd and 3rd order approximation not implemented for purely backward models


When I use stoch_simul(order=1) instead, I get:

Code: Select all
??? Error using ==> eig
Input to EIG must not contain NaN or Inf.


Does anybody know what could be wrong with my model file? Thanks.

Re: New to Dynare, don't understand error message

PostPosted: Tue Apr 19, 2011 9:39 am
by SébastienVillemot
There is a problem with your model: the jacobian is singular at the steady state.

Re: New to Dynare, don't understand error message

PostPosted: Fri Apr 22, 2011 10:56 pm
by mimenarrator
Thanks for the reply. This may not be the proper forum to ask this, but I'm just an undergraduate and could use some help if this can be answered fairly simply. Is it possible to tell easily what about my model is making the Jacobian singular in the steady state? Also, what does this mean intuitively about the nature of my model in the steady state? Can I fix this without drastically changing my model? I would greatly appreciate any help.