DBrizhatyuk / DSGE-archive

A collection of Dynare models
GNU General Public License v3.0
19 stars 20 forks source link

BKK_94 #1

Open pedrobrusco opened 3 years ago

pedrobrusco commented 3 years ago

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".

fangli-DX3906 commented 1 year 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.