Page 1 of 1
Analysing the estimation results
Posted:
Sun Aug 25, 2013 11:02 pm
by irisqueiroz
I just finished my estimation problem and I want to know if it was good estimation.
1. How can I know if the parameters were well identificated?
2. How can I know if the estimation converged? (multivariate MCMC diagnostic)
3. How can I know about the acceptance rates?
Thanks!
Re: Analysing the estimation results
Posted:
Mon Aug 26, 2013 8:54 am
by jpfeifer
1. Use the identification command.
2. If you used at least two chains, the convergence diagnostics are displayed.
3. The acceptance rates are displayed by Dynare. They should also be stored in the MC_record field in the recent snapshot. Otherwise, they should be stored in the metropolis.log file in the metropolis subfolder.
Re: Analysing the estimation results
Posted:
Thu Sep 05, 2013 2:20 pm
by ger163609
Hello!
I am also struggling with the assessment of the estimation quality, especially regarding the MCMC diagnostics.
Dynare spits out the MCMC/BrooksGelman statistics, and there are a few aspects to check to confirm convergence: The blue and red line have to get close and both lines have to settle down. As far as I see it right these check points are assessed by visual judgement.
My question:
Is there some sort of a "hard criterion" to judge properly whether the estimation has converged? Is there some sort of a test in dynare?
Thanks in advance!
Re: Analysing the estimation results
Posted:
Thu Sep 05, 2013 6:48 pm
by jpfeifer
We are working on implementing a hard critierion, but it will still take some time. In LeSage's econometrics toolbox there is the coda-command that computes the Geweke and Raferty/Lewis diagnostics. You could use those functions.
Re: Analysing the estimation results
Posted:
Fri Sep 06, 2013 9:01 am
by ger163609
thank you for the quick reply!
Well, as I am not a specialist in programming I am firstly looking for some rule of thumb. What do you think about the convergence statistics attached below? Are they o.k.?
Re: Analysing the estimation results
Posted:
Fri Sep 06, 2013 9:41 am
by jpfeifer
Most of them look OK, but some of them are still borderline.
Re: Analysing the estimation results
Posted:
Fri Sep 06, 2013 10:57 am
by ger163609
Thanks a lot for your reply!
What would you suggest? I use mode-compute=9 and I am already up to 200000 iterations (2 Markov chains). My acceptation rate is at about 28%. Does increasing the number of iterations help? Or adding another sequence? I am asking because estimation already lasts a long time.
Thanks in advance!
Re: Analysing the estimation results
Posted:
Fri Sep 06, 2013 11:34 am
by jpfeifer
More iterations should help. Try using the results after your first 200000 draws (which you should have) as starting value for mode_compute=9. In the next sequence of convergence plots the drift is then hopefully gone.
Re: Analysing the estimation results
Posted:
Fri Sep 06, 2013 3:45 pm
by ger163609
Thanks jpfeifer!
I tried what you suggested, i.e. I used the posterior means of the previous simulation as starting values and extended the number of iterations to 300000. However, the results do not look much better. I attached some of thee MCMC diagnostics below.
Is it common to just judge theim visually?
Have a nice weekend!
Re: Analysing the estimation results
Posted:
Sat Sep 07, 2013 8:13 am
by jpfeifer
Actually, it looks better now. If in doubt, try repeating with more MCMC draws.