jpfeifer wrote:There are a whole bunch of issues.
1. You are neglecting parameter dependence. Your calibration only once updates the other parameters depending on the estimated one. That’s why you should use model-local variables (the ones with the pound operator) or a steady state file. See Remark 4 (Parameter dependence and the use of model-local variables) in Pfeifer(2013): "A Guide to Specifying Observation Equations for the Estimation of DSGE Models"
https://sites.google.com/site/pfeiferecon/Pfeifer_2013_Observation_Equations.pdf. I corrected this in the attached file.
2. Your investment FOC looks wrong. Why is there an I when only K is inside the adjustment costs in the budget constraint? You need to check/fix this. I presume you try to replicate
http://www.columbia.edu/~mu2166/closing/edeir_model.m3. Your priors are too narrow for some parameters. I widened them in the attached file.
4. You should better use a different mode-finder. I use 9 in the attached file
5. How did you detrend your data?
6. How did you calibrate the measurement error?
Pfeifer,
You are correct about these issues. I would like to add some comments:
1. Sure, I really neglected it. I am reading the remark and I will adjust the code to consider it;
2. I am reading the FOC and I have to remember what kind of adaptation I had done. I will consider your note about it. Actually, I am trying to replicate some of Uribe's models, from his manuscripts (
http://www.columbia.edu/~mu2166/book/oem.pdf), this one is chapter4;
3. Yes, I put too narrow because I was afraid my computer would take a lot of time to process it, but the case is just the opposite, because too narrow is not solving the problem;
4. The mode-finder I hadn't this information. I saw in the Dynare Reference Manual, page 51 (item 13), that this option 9 is not listed. I would like to know about it, if you have references;
5. I had detrended them by quadratic time. First, I applied logarithm to them and so I have applied quadratic time detrending. I have listened about other methods, but I chose this for all series used;
6. That is a important question. I do not know to calibrate the measurement error, so, I used it form the book. If you have any reference about, I will be very grateful to know.
I think that's all. I will take some time to see these points (1, 2, mainly). However, I am following your comments during the job.
Thanks again for help.
Raphael