PAV-adjusted calibration

PAV-adjusted calibration#

PAV-adjusted calibration plot for binary predictions.

Matplotlib version of plot_pava_calibration

Link to this page with the bokeh tab selected

Link to this page with the plotly tab selected

from arviz_base import load_arviz_data

import arviz_plots as azp

azp.style.use("arviz-variat")

dt = load_arviz_data("anes")
pc = azp.plot_ppc_pava(
    dt,
    backend="none",
)
pc.show()

See also

API Documentation: plot_ppc_pava

EABM chapter on Posterior predictive checks for binary data

Other examples with plot_ppc_pava#