Skip to content

Add posterior_predictive method to MassQuadrupoleDistribution

Matthew Pitkin requested to merge posterior_predictive into master

This MR adds a method called posterior_predictive to the MassQuadrupoleDistribution class in the hierarchical module. This creates a generator that can be used to draw distributions from the posteriors of the underlying distribution hyperparameters.

Merge request reports