Steady state problem

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.

Steady state problem

Postby delta » Sun Aug 28, 2016 6:49 pm

Hi All,

I'm new to Dynare and having difficulty finding the steady state in my model. It is based on Iacoviello 2005 and Monacelli 2009, with housing in the utility function for two types of households, but without the NK elements. I've tried adjusting the parameters, initial values, maxit, and also removing the time subscripts. I keep getting the error:

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

I don't have the analytical steady state solution. What other approaches could I try , or is there no steady state?

Thanks in advance!
delta

house.mod
(4.25 KiB) Downloaded 173 times
delta
 
Posts: 1
Joined: Sun Aug 28, 2016 5:43 pm

Re: Steady state problem

Postby jpfeifer » Wed Aug 31, 2016 7:32 am

Recheck your model. Your exogenous process is wrong. When you use
Code: Select all
exp(A)=rho*exp(A(-1))+exp(eA);

the steady state for exp(A) must be 0, but the exponential function can never by 0. The correct equation should be
Code: Select all
A=rho*A(-1)+exp(eA);
------------
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 contributions and examples

Who is online

Users browsing this forum: No registered users and 3 guests