Page 1 of 1

Help! No Steady State

PostPosted: Wed Jul 16, 2014 2:15 pm
by Fujin Zhang
hello,
I am trying to replicate the results of Heutel (2012), "How should environmental policy respond to business cycles?". The author had listed all F.O.C in his paper and appendix, including matlab code. I am trying to transform the procedure to dynare code with the attached parameters. I substituted the initval block with the value of teady state getting from author's results. However, I always get the same result and 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

error in steady (line 92)
print_info(info,options_.noprint, options_);

error in dynare_solvesystem_tax2 (line 247)
steady;

error in dynare (line 185)
evalin('base',fname) ; "

I would be extremely thankful if someone could help me? I have attached all files for your reference.

dynare_solvesystem_tax2.mod
(2.73 KiB) Downloaded 62 times


Re: Help! No Steady State

PostPosted: Fri Jul 18, 2014 9:46 am
by jpfeifer
As always, check your equations for correctness and try to improve your initial values. In particular, if you try to guess, keep economic relations like
Code: Select all
i=delta*k
in mind.