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
InferenceDataobject. Refer to documentation of arviz.convert_to_dataset for details.
- Returns:
- fig
matplotlib.figure.Figureinstance Figure object containing the corner plot.
- fig