plot_posterior

pytelpoint.visualization.plot_posterior(idata)[source] [edit on github]

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:
figmatplotlib.figure.Figure instance

Figure object containing the corner plot.