Standard VPC¶
Basic Visual Predictive Check implementation.
Method¶
- Simulate n replicates (e.g., 500) using final model estimates
- Compute quantiles (5th, 50th, 95th) of simulated data
- Overlay observed data
- Check if observed quantiles fall within simulated CI
Files¶
| File | Description |
|---|---|
| julia.jl | Julia implementation |
| python.py | Python implementation |