Page 1 of 1

Prior-posterior plots

PostPosted: Tue Jul 28, 2015 7:40 pm
by econ86
Dear all,

after the estimation Dynare produces prior-posterior plots. Instead of using these plots I want to write my own Matlab code that would produce subplots with prior and posterior distrubutions as well as the estimated mode. I just want to plot prior-posterior distributions of the estimated parameters in different order, with different line specification etc.

My question is: where are these results stored in Dynare after the estimation that allow me to produce my own plots?

Best

Re: Prior-posterior plots

PostPosted: Wed Jul 29, 2015 7:23 am
by federico
I wrote this code to do exactly what you ask. It is rudimental but it worked.
hope it helps

Re: Prior-posterior plots

PostPosted: Wed Jul 29, 2015 7:50 am
by econ86
Dear Federico,

thank you very much for sharing your code. It helps me a lot.

Best,J