\ :py:mod:`clipppy.commands.ppd` ================================ .. py:module:: clipppy.commands.ppd Module Contents --------------- .. py:class:: PPD(**kwargs) Sample from the guide and optionally generate the corresponding data. .. py:attribute:: guidefile :annotation: :str File to load a guide from, or `None` to use the guide in the config. .. py:attribute:: observations :annotation: :bool = True Sample also the observations corresponding to the drawn parameters. .. py:method:: forward(self, model: clipppy.utils.typing._Model, guide: clipppy.guide.Guide, *args, **kwargs) -> TypedDict('ppd', {'guide_trace': pyro.poutine.Trace, 'model_trace': pyro.poutine.Trace}, total=False)