Dear Johannes,
Could you please help?
The error that I get after trying to run stochastic simulation (up to the 3rd order) of my model is:
"There are 10 eigenvalue(s) larger than 1 in modulus
for 9 forward-looking variable(s)
The rank condition ISN'T verified!
dynare:k_order_perturbation: Caught Kord exception: NaN or Inf asserted in first order derivatives in FirstOrder::solve
Error using print_info (line 68)
k_order_pert was unable to compute the solution
Error in stoch_simul (line 98)
print_info(info, options_.noprint, options_);
Error in BGG_mybank_timingRA (line 478)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;"
Could you please tell me what might be a possible source of the problem? What could I look at to solve it? (Model_diagnostics command does not return any problem.)
I read elsewhere in the forum that this could be due to singularity of the first order approximation. What does singularity mean in this case? Is it that something is wrong in the model equations? How can the singularity be detected?
I know that the problem is most possibly with the Euler equation. Interestingly, when I change the value of one parameter values (which is a part of the Euler equation), the problem disappears.
Thanks in advance!