Resid problem. Dynare can't find ss
Posted: Thu Dec 10, 2015 11:52 am
Hello every one,
I Have a financial model that I have simplified it to analyse some effects. It is very simple model and I provide external m file to find steady state. When I use external steady state file with the format : filename_steadystate.m , dynare gets an error :
Error using print_info (line 72)
The steadystate file did not compute the steady state.
and I have very small res : like Equation number 9 : 3.2628e-06 for just two variables.
when I remove steady state file and use intval with the values calculated by my external file with "steady(solve_algo = 1)", I have the same problem, but with "steady(solve_algo = 2);" or commenting out "steady" dynare can find the steady state.
Because I would like to make a loop for parameter "theta" with "set_param_value('theta',i);", in the second case I have steady state problem, so It seems I have to use external file to find steady state!
I could not find where is the problem, and why dynare gets error for the tiny residual like -1.4996e-05.
I put the mod file and external steady state here. It is appreciated if you reply at your earliest convenience.
Sincerely,
I Have a financial model that I have simplified it to analyse some effects. It is very simple model and I provide external m file to find steady state. When I use external steady state file with the format : filename_steadystate.m , dynare gets an error :
Error using print_info (line 72)
The steadystate file did not compute the steady state.
and I have very small res : like Equation number 9 : 3.2628e-06 for just two variables.
when I remove steady state file and use intval with the values calculated by my external file with "steady(solve_algo = 1)", I have the same problem, but with "steady(solve_algo = 2);" or commenting out "steady" dynare can find the steady state.
Because I would like to make a loop for parameter "theta" with "set_param_value('theta',i);", in the second case I have steady state problem, so It seems I have to use external file to find steady state!
I could not find where is the problem, and why dynare gets error for the tiny residual like -1.4996e-05.
I put the mod file and external steady state here. It is appreciated if you reply at your earliest convenience.
Sincerely,