diff --git a/GenerativeMatching/plot_simulations.R b/GenerativeMatching/plot_simulations.R new file mode 100644 index 0000000..e1a5d40 --- /dev/null +++ b/GenerativeMatching/plot_simulations.R @@ -0,0 +1,6 @@ +pdf('posterior_quantiles.pdf',width=4,height=12) +layout(1:3) +hist(quantiles_alpha,breaks=60) +hist(quantiles_beta,breaks=60) +hist(quantiles_tau,breaks=60) +dev.off() diff --git a/GenerativeMatching/posterior_quantiles.pdf b/GenerativeMatching/posterior_quantiles.pdf new file mode 100644 index 0000000..c4da689 Binary files /dev/null and b/GenerativeMatching/posterior_quantiles.pdf differ