bayespy.plot.PDFPlotter

class bayespy.plot.PDFPlotter(x_grid, **kwargs)[source]

Plotter of probability density function of a scalar node

Parameters:

x_grid (array) – Numerical grid on which the density function is computed and plotted

See also

pdf

__init__(x_grid, **kwargs)[source]

Methods

__init__(x_grid, **kwargs)