Impossible to find the steady state. please give me a help!

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

Impossible to find the steady state. please give me a help!

Postby bshcui » Thu Feb 11, 2016 7:31 am

when I use my mod code , I get some errors as follows:
Error using print_info (line 74)
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

Error in stoch_simul (line 98)
print_info(info, options_.noprint, options_);

Error in inb1 (line 294)
info = stoch_simul(var_list_);

Error in dynare (line 180)
evalin('base',fname) ;

please give me some suggestions, or correct my mod code!

Thanks !
Attachments
inb1.mod
(2.94 KiB) Downloaded 44 times
bshcui
 
Posts: 1
Joined: Thu Feb 11, 2016 7:24 am

Re: Impossible to find the steady state. please give me a he

Postby jpfeifer » Sat Feb 20, 2016 8:20 am

You should focus on the exogenous processes and whether they are consistent with the model.
Code: Select all
exp(b) = exp((a(-1))^rhoB)*exp(epsB);
exp(g) = exp((g(-1))^rhoG)*exp(epsG);

look weird. Usually, you have something along the lines of
Code: Select all
exp(g) = exp(g(-1))^rhoG*exp(epsG);

with g being 0 in steady state.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare help

Who is online

Users browsing this forum: Google [Bot] and 15 guests