Page 1 of 1

Two boundary problem and SS

PostPosted: Wed Jun 15, 2016 11:21 am
by mricci
Hello,

I am currently running a deterministic simulation over my model. This simulation is supposed to start and end in two points, none of which constitutes a steady state of the model.

I am omitting the command steady() and providing initial and final conditions (see the code attacched).

Nevertheless, when launching the simulation I run into this error:
Code: Select all
Impossible to find the steady state. Either the model doesn't have a steady state, there are an infinity of
steady states,  or the guess values are too far from the solution


Can anyone explain me why?

Re: Two boundary problem and SS

PostPosted: Fri Jun 17, 2016 5:47 pm
by jpfeifer
Because you have a
Code: Select all
check

command, which checks the Blanchard-Kahn conditions. These are a local property obtained by a first order approximation around the steady state, which Dynare tries to compute then.