1. Steady state solver reaches maxit and fails to converge.
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_);
2. When I specify steady_state_model, everything goes throw but I get a warning:
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 7.653498e-20.
and IRFs are explosive
stoch_simul:: The simulations conducted for generating IRFs to eA were explosive.
stoch_simul:: No IRFs will be displayed. Either reduce the shock size,
stoch_simul:: use pruning, or set the approximation order to 1.
that is with second order perturbation, when I drop the order to 1, I get matrix singularity
One of the eigenvalues is close to 0/0 (the absolute value of numerator and denominator is smaller than 1e-06!
If you believe that the model has a unique solution you can try to reduce the value of qz_zero_threshold.
How would suggest me to troubleshoot this? What I am doing appears to be quite standards and I am just replicating paper. I don't thing it is just the model's steady state that is problematic here.
Thank you so much in advance for your help. I hope that with time, I could contribute to this great forum as well!
p.s. here is the link to the paper:
https://www.princeton.edu/~kiyotaki/pap ... 4-2016.pdf