Simulation-Based Calibration Diagnostics¶
Python-facing port of
sbc-publication-diagnostics.Rmdfrom the frozen R gp3bayes 0.5.0 reference. The statistical and governance framing below follows the canonical vignette; executable Python workflows use the mapped APIs listed later.
The existing SBC workflow delegates computation to SBC and retains a
conservative gp3bayes result.
Graphical agreement is not converted into an automatic implementation-validity claim.
Python API mapping¶
gp3bayespy.plot_sbc_coverage_gggp3bayespy.plot_sbc_ecdf_gggp3bayespy.plot_sbc_rank_gggp3bayespy.plot_sbc_simulated_vs_estimated_gggp3bayespy.sbc_overview_tablegp3bayespy.sbc_stats_table
Python usage¶
import gp3bayespy as gp
# All functions listed above are available from the package root.
# Use help(gp.<function>) or the API reference for the exact Python signature.