Synthetic Advanced Pupillometry Gallery¶
Python-facing port of
synthetic-advanced-pupillometry-gallery.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.
Observed trajectories¶
Stored latent mean¶
Temporal dependence¶
Missingness¶
Computational audit¶
Binocular example¶
The gallery is intentionally backend-free so it can be built during package checks without compiling Stan. Full posterior plot examples are shown in the modelling vignettes with fitting code disabled by default.
Python API mapping¶
gp3bayespy.audit_binocular_pupil_readinessgp3bayespy.audit_pupil_measurement_modelgp3bayespy.audit_pupil_missingnessgp3bayespy.audit_pupil_temporal_dependencegp3bayespy.create_pupil_measurement_modelgp3bayespy.create_pupil_missingness_specgp3bayespy.plot_advanced_pupil_simulationgp3bayespy.plot_pupil_measurement_uncertaintygp3bayespy.plot_pupil_missingnessgp3bayespy.plot_pupil_model_complexitygp3bayespy.plot_pupil_temporal_dependencegp3bayespy.prepare_binocular_pupil_timecoursegp3bayespy.simulate_advanced_pupil_timecoursegp3bayespy.simulate_binocular_pupil_timecoursegp3bayespy.specify_advanced_pupil_timecourse_model
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.
An executable workflow for this family is included in ../../examples/pupil_workflow.py.