PIT ECDF#
Plot of the probability integral transform of the posterior predictive distribution with respect to the observed data.
from arviz_base import load_arviz_data
import arviz_plots as azp
azp.style.use("arviz-variat")
dt = load_arviz_data("radon")
pc = azp.plot_ppc_pit(
dt,
backend="none",
)
pc.show()
Other examples with plot_ppc_pit
#
