pybop.plot.distribution#

Functions#

distribution(parameters[, posterior, n_samples, ...])

Plot the posterior on top of the prior distribution for a Bayesian optimisation result.

Module Contents#

pybop.plot.distribution.distribution(parameters: pybop.parameters.parameter.Parameters, posterior: pybop.parameters.parameter.Parameters | None = None, n_samples: int = 100, transformed: bool = False, show: bool = True, **layout_kwargs)[source]#

Plot the posterior on top of the prior distribution for a Bayesian optimisation result.