jpfeifer wrote:What do you mean with
inefficient in estimating posterior modes
Either you found a mode or not. If you have information on the mode, you can actually provide that mode as starting values for the MCMC (e.g. using an estimated_params_init-block) and then use
- Code: Select all
mode_compute=0
to avoid triggering another round of mode-finding (although that might be a good check on your provided mode)
Thanks Professor!
In the paper
Land-price dynamics and macroeconomic fluctuations, the author has aruged that dynare fails to find the posterior mode with its various built-in optimizing methods. So I said "inefficient".
And I have other questions. One is that after estimation, in which method does dynare compute log data density? In the paper
Land Price and Unemployment, the authors gave MDD by three different methods (see the attachment
), SWZ, Mueller, and Bridge. Which does dynare uses?
Another question is that, in Table 3 of the same attachment, does the "mode" means the value of object functions?
Thanks for your help!