Compartmental Models: SIR & Beyond
Traditional epidemiology often relies on compartmental models, most famously the SIR model. This divides a population into Susceptible (S), Infected (I), and Recovered (R) compartments, with rates governing transitions between them. However, real-world diseases frequently exhibit more complexity.
Extensions like SEIR incorporate an Exposed (E) compartment for latent infections, while SEIRS adds vaccination and waning immunity. These models are parameterized using differential equations, allowing us to simulate disease transmission over time.
dS/dt = -βSI/N; dI/dt = βSI/N - γI; dR/dt = γI
Network Models and Spatial Epidemiology
Traditional compartmental models assume homogeneous mixing, which is rarely true. Network models represent individuals as nodes in a network, with connections reflecting contacts between people. This allows for modeling of localized outbreaks and transmission chains.
Spatial epidemiology incorporates geographic data to account for movement patterns, population density variations, and environmental factors that influence disease spread. Agent-based simulations are frequently used here.
Transmission probability depends on network topology and contact rates.
Incorporating Behavioral Factors
Human behavior dramatically impacts disease dynamics. Models can incorporate factors like social distancing, mask-wearing, vaccination uptake, and individual risk aversion – all represented as parameters influencing transmission rates.
Agent-based models allow for simulating the impact of different intervention strategies on population behavior and their subsequent effects on disease spread.
β(t) = β₀ * (1 - α(t)) where α(t) represents behavioral response.
Model Validation & Uncertainty
Validating epidemiological models is crucial. This involves comparing model predictions with observed data and refining parameter estimates. Sensitivity analysis identifies key parameters driving model output.
Uncertainty quantification – exploring the range of plausible outcomes based on parameter uncertainty – provides a more realistic assessment of risk and informs policy decisions.
Parameter sensitivity is assessed using Monte Carlo simulations.
Frequently asked questions
What's the difference between compartmental and agent-based models?
Compartmental models simplify populations, while agent-based models simulate individual behaviors and interactions within a population.
How accurate are epidemiological models?
Model accuracy depends on parameter estimation and the complexity of the system being modeled. Validation against real-world data is essential.
Can models predict future pandemics?
While not deterministic, advanced models can assess risk based on emerging pathogen characteristics and global interconnectedness – a critical tool for preparedness.
Try it live
Everything above runs in your browser — open Michaelis-Menten Kinetics and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Michaelis-Menten Kinetics simulation