plot_posterior

pytelpoint.visualization.plot_posterior(idata)[source]

Make posterior probability distributions plot from a pymc fit

Parameters:
idataobject

Any object that can be converted to an InferenceData object. Refer to documentation of arviz.convert_to_dataset for details.

Returns:
pcPlotCollection

PlotCollection containing the posterior distribution plots.