Page 2 of 2
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 2:13 pm
by jpfeifer
That does not matter. I need it to reproduce the crash.
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 2:57 pm
by veronika
Sorry for the delay and thank you for your time!
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 3:30 pm
by jpfeifer
Your mod-file is missing an estimated_params-block.
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 4:14 pm
by veronika
Dear Dr.Pfeifer,
I attache again the mod file. As I mentioned before I am trying to estimate the model with the calibrated parameters at the moment. That's why I use the smoother option.
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 5:09 pm
by jpfeifer
You cannot
estimate the model with the calibrated parameters
If you want to run the Kalman smoother on a calibrated model, use the calib_smoother command. See e.g.
https://github.com/DynareTeam/dynare/blob/master/tests/fs2000/fs2000_calib.mod
Re: Error using max Matrix. dimensions must agree.
Posted:
Mon Dec 07, 2015 5:42 pm
by veronika
Thank you! I truly appreciate your time and effort .