PyMCModel.sample_posterior#

PyMCModel.sample_posterior(**kwargs)[source]#

Sample the posterior phase: NUTS plus posterior predictive draws.

Parameters:

**kwargs (Any) – Keyword arguments override sample_kwargs for this call only.

Return type:

DataTree

Notes

Re-sampling overwrites the posterior / sample_stats / posterior_predictive groups and leaves every other group — in particular a previously sampled prior phase — untouched.