The steady state file did not compute the steady state

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.

The steady state file did not compute the steady state

Postby stl84 » Sun Mar 15, 2015 5:47 am

Dear colleagues,

I receive this error "The steadystate file did not compute the steady state" when I run dynare.
Does anybody have a clue of the origin of the error I get? I uploaded the code. The main file is hwlogS_SOEML.mod.

Thank you so much for your help.
Attachments
hwlogS_SOEML_steady_state_helper.m
(318 Bytes) Downloaded 62 times
SS_equations_R1.m
(1.06 KiB) Downloaded 69 times
hwlogS_SOEML.mod
(1.59 KiB) Downloaded 83 times
stl84
 
Posts: 3
Joined: Sun Mar 15, 2015 5:30 am

Re: The steady state file did not compute the steady state

Postby jpfeifer » Sun Mar 15, 2015 5:35 pm

Put
Code: Select all
steady;

before
Code: Select all
stoch_simul

and follow the equations with non-zero residuals. For example, the file currently returns
Residuals of the static equations:

Equation number 1 : 0
Equation number 2 : 0
Equation number 3 : 0
Equation number 4 : 0
Equation number 5 : 0
Equation number 6 : 0
Equation number 7 : 0
Equation number 8 : 0
Equation number 9 : 0
Equation number 10 : 0
Equation number 11 : -1.1054
Equation number 12 : 0
Equation number 13 : 0
Equation number 14 : 0
Equation number 15 : 0

That is because given your model equations, you should have
Code: Select all
b = (ct+yt)/(-i);

but you use
Code: Select all
b = (ct-yt)/i;
------------
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: No registered users and 10 guests