Paper List
-
Nyxus: A Next Generation Image Feature Extraction Library for the Big Data and AI Era
This paper addresses the core pain point of efficiently extracting standardized, comparable features from massive (terabyte to petabyte-scale) biomedi...
-
Topological Enhancement of Protein Kinetic Stability
This work addresses the long-standing puzzle of why knotted proteins exist by demonstrating that deep knots provide a functional advantage through enh...
-
A Multi-Label Temporal Convolutional Framework for Transcription Factor Binding Characterization
This paper addresses the critical limitation of existing TF binding prediction methods that treat transcription factors as independent entities, faili...
-
Social Distancing Equilibria in Games under Conventional SI Dynamics
This paper solves the core problem of proving the existence and uniqueness of Nash equilibria in finite-duration SI epidemic games, showing they are a...
-
Binding Free Energies without Alchemy
This paper addresses the core bottleneck of computational expense in Absolute Binding Free Energy calculations by eliminating the need for numerous al...
-
SHREC: A Spectral Embedding-Based Approach for Ab-Initio Reconstruction of Helical Molecules
This paper addresses the core bottleneck in cryo-EM helical reconstruction: eliminating the dependency on accurate initial symmetry parameter estimati...
-
Budget-Sensitive Discovery Scoring: A Formally Verified Framework for Evaluating AI-Guided Scientific Selection
This paper addresses the critical gap in evaluating AI-guided scientific selection strategies under realistic budget constraints, where existing metri...
-
Probabilistic Joint and Individual Variation Explained (ProJIVE) for Data Integration
This paper addresses the core challenge of accurately decomposing shared (joint) and dataset-specific (individual) sources of variation in multi-modal...
Bayesian Inference in Epidemic Modelling: A Beginner’s Guide Illustrated with the SIR Model
PhD Mathematics
30秒速读
IN SHORT: This guide addresses the core challenge of estimating uncertain epidemiological parameters (like transmission and recovery rates) from noisy, real-world outbreak data by providing a clear, applied pathway using Bayesian inference and MCMC.
核心创新
- Methodology Presents an integrated, pedagogical pipeline from the SIR ODE model through Bayesian likelihood formulation to practical MCMC implementation, demystifying the process for beginners.
- Methodology Explicitly connects the Gaussian noise assumption in the likelihood to the common least-squares fitting approach, framing Bayesian inference as its natural probabilistic extension with uncertainty quantification.
- Theory Emphasizes the interpretative power of the full posterior distribution and credible intervals over single point estimates, highlighting this as the key advantage for decision-making under uncertainty.
主要结论
- In a synthetic example with true parameters β=0.3, γ=0.1 (R0=3.0), MCMC recovered posterior means of β=0.300 (std 0.002) and γ=0.102 (std 0.001), demonstrating accurate and precise inference.
- The posterior distribution for R0 was estimated as 2.95 with a standard deviation of 0.03, showing the method successfully quantifies uncertainty in this critical epidemiological metric.
- The framework successfully separates the roles of individual parameters β and γ, showing that different pairs can yield the same R0 but produce distinct epidemic curve shapes (e.g., peak sharpness), which point estimates alone would miss.
摘要: This guide provides a beginner-friendly introduction to Bayesian inference in the context of epidemic modeling, using the classic Susceptible-Infected-Recovered (SIR) model as a working example. It covers the mathematical setup of the SIR ordinary differential equations, the formulation of the Bayesian inference problem (likelihood and prior specification), and the implementation of Markov Chain Monte Carlo (MCMC) via the Metropolis-Hastings algorithm to estimate transmission (β) and recovery (γ) rates from noisy outbreak data. The tutorial emphasizes the conceptual advantages of the Bayesian framework—which provides full posterior distributions quantifying parameter uncertainty—over frequentist point estimates, and walks through a complete synthetic example with results and interpretation.