cogwheel.validation.analyze.pp_plot¶
- cogwheel.validation.analyze.pp_plot(credible_intervals, params=None, ax=None, show_xy_labels=True, show_title=True, show_legend=True)¶
Make a probability-probability plot.
- Parameters:
- credible_intervalspandas.DataFrame
Output of
get_credible_intervals.- paramssequence of str, optional
Subset of parameters to plot.
- axmatplotlib.axes.Axes, optional
Where to draw the plot.