Page 1 of 1

Plotting Posteriors

PostPosted: Sat Feb 27, 2016 8:14 pm
by mjfourier
Hi,

Is there an easy way to plot the posterior distributions after running the Metropolis Hastings?

Is there a way to do it on top of the priors and including the mode?

Thanks for any help, I am new at this.

Re: Plotting Posteriors

PostPosted: Wed Mar 02, 2016 1:56 pm
by jpfeifer
You have to plot this manually. In oo_.posterior_density you should find the posterior densities for plotting. The priors you would have to plot manually using the codes in plot_priors.m. The mode is saved in oo_.posterior_mode.