I’m trying to replicate Sims 2017 Financial Frictions model in this link. I’m attaching my .mod and steady-state file.
The error I receive is “index exceeds matrix dimensions”. Additionally, I also couldn’t reach the steady state values of my system of equations as well. I would appreciate any help/guidance on these.
Thank you so much for your reply and help in restructuring the ss file. I have two comments based on your reply:
i. I’m not clear why you set alpha and beta as zero in the steady state file. ii. I also went through my equations multiple times and could not notice the problem in the equations.
I’m attaching the current mod and steady-state file for reference.
The error I receive currently is “Not enough input arguments”. Any guidance would be much appreciated.
I do not really set them. I needed to put the explicit parameter name in the file, because otherwise Dynare thinks that alpha is the builtin-Matlab function. Next time use different names. The loop after that setting actually sets the parameter value to what you defined in the mod-file.
As I wrote, you need to use Dynare 4.6 for the file. You will see the one file with a residual.
Thank you so much! Indeed, I was able to see the error after updating to Dynare 4.6. I have one last clarification question. My impulse responses are slightly off the scales than the original paper, unless I shock the system using a very high value such as:
shocks;
var epsilona = 1;
end;
Compared to examples in your 2013 (specifying observation equation) document, setting this value seems too high to be true. Can the reason be some of the missing exp()s in my equations? Unfortunately, the moment I try exp()'ing all my endogenous variables, I start to get residuals greater than zero. I would be so grateful if you have any insight on this.
I have followed option 3 example and succesfully generated the same impulse responses, thank you so much!
I am sending my updated code with one minor follow-up question. I tried to augment this system by adding taxes to it. Despite the fact that I tried to stick to the naming convention in dynare, I get the error of “not enough input arguments”. I’ve checked the previous posts in the forum, yet still could not figure out the source of this error. Would you have any insights about this?