clipppy.commands.ppd

Module Contents

class clipppy.commands.ppd.PPD(**kwargs)

Sample from the guide and optionally generate the corresponding data.

guidefile :str

File to load a guide from, or None to use the guide in the config.

observations :bool = True

Sample also the observations corresponding to the drawn parameters.

forward(self, model: clipppy.utils.typing._Model, guide: clipppy.guide.Guide, *args, **kwargs)