Hi all,
Just wanted to share a cool new plotting feature of HDDM: posterior predicitve quantiles.
They are a version of the usual quantile plots that Ratcliff uses. However, because we are in Bayesland we get densities, not single points. So the quantile locations are a density which the attached plots shows. The white lines are the empirical quantiles.
This requires development branch of kabuki and hddm.
The command to plot this where:
hddm.utils.plot_posterior_quantiles(m, samples=1000, columns=3, hexbin=True, figsize=(16, 8), xlim=(.4, 1.8), ylim=(0, 1), predictive_plot_kwargs={'gridsize': 75, 'bins': 'log', 'extent':(.4, 1.8, 0, 1)});