Parameter Recovery Diagnostics for Publication¶
Python-facing port of
recovery-diagnostics-for-publication.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.
Recovery objects retain parameter summaries, repetition-level estimates, and fit statuses. The publication layer exposes each separately.
Recovery evidence remains a validation diagnostic; no figure certifies an implementation or model automatically.
Python API mapping¶
gp3bayespy.plot_recovery_biasgp3bayespy.plot_recovery_coveragegp3bayespy.plot_recovery_estimatesgp3bayespy.plot_recovery_fit_statusgp3bayespy.plot_recovery_rmsegp3bayespy.recovery_estimate_tablegp3bayespy.recovery_fit_status_tablegp3bayespy.recovery_parameter_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.