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
InferenceDataobject. Refer to documentation of arviz.convert_to_dataset for details.
- Returns:
- pc
PlotCollection PlotCollection containing the posterior distribution plots.
- pc