PyMCModel.sample_posterior#
- PyMCModel.sample_posterior(**kwargs)[source]#
Sample the posterior phase: NUTS plus posterior predictive draws.
- Parameters:
**kwargs (
Any) – Keyword arguments overridesample_kwargsfor this call only.- Return type:
Notes
Re-sampling overwrites the
posterior/sample_stats/posterior_predictivegroups and leaves every other group — in particular a previously sampled prior phase — untouched.