xfim / ggmcmc

Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
111 stars 31 forks source link

Posterior predictive checks #10

Closed xfim closed 11 years ago

xfim commented 11 years ago

Add visual ways to have a way to compare the distribution of the observed data against the distribution of the posterior predicted outcomes.

xfim commented 11 years ago

New functions ggs_ppmean() and ggs_ppsd() that allow to compare observed mean and standard deviation of the outcomes, against the predicted ones. See commits #f1e285b8 and #5a3d8fcf.