- I run my .mod using a m-file to compute steady state (prometheo_steadystate.m). I am using an external function too (apr.m).
- I get error:
Error using print_info (line 76)
The steadystate file did not compute the steady state
...
Equation number 238 : -4.6777
Equation number 239 : 66.205
Equation number 240 : -10.4307
-
In order to understand these errors I run content of file prometheo_steadystate.m called “prometheo_steadystate review”.
-
What is weird after do this, is that, the equations that dynare is reporting errors doesn’t seem verify the errors, for example Equation 238:
[code]Depoobs - 100*log(Depo/DepoSS)
ans =
0[/code]
respaldo_0.rar (89.2 KB)