Open pedrobrusco opened 3 years ago
I think the problem is that in 'evaluate_steady_state_file.m', it calls the function 'BKK_94_steadystate.m', too may params are passed to the latter which is not consistent. The provided ss.m function only takes 2 argument. You should remove the 3rd and the 4th. BTW the output number is also not consistent.
Hi,
In your model of Backus, Kehoe, Kydland (1994) seems that there is an issue with the matlab file that solves steady state (BKK_94_steadystate.m), as it not contains all the equations that define the steady state. So when you run the BKK_94.mod file it appears an error in BKK_94_steadystate.m: "Too many input arguments".