Posterior ~~~~~~~~~ The ``Posterior`` class from the ``inference.posterior`` module provides a simple way to combine a likelihood and a prior to form a posterior distribution. Example code demonstrating its use can be found in the the `Gaussian fitting jupyter notebook demo `_. .. autoclass:: inference.posterior.Posterior :members: __call__, gradient, cost, cost_gradient