Simulate infectious disease outbreaks using the Susceptible-Exposed-Infectious-Recovered compartmental model. Adjust parameters to explore epidemic dynamics and intervention strategies.
The SEIR model is a deterministic compartmental framework used to simulate the transmission of infectious diseases. Individuals progress through four states: Susceptible (S), Exposed (E), Infectious (I), and Recovered (R).
Compartment details:
| Parameter | Symbol | Units | Meaning |
|---|---|---|---|
| Transmission rate | β | per person per day | Rate at which one infectious individual infects susceptibles, given contact. It combines contact rate and transmission probability. |
| Latent rate | σ = 1 / latent period | per day | Rate at which exposed individuals become infectious. The mean latent period is 1/σ days. |
| Recovery rate | γ = 1 / infectious period | per day | Rate at which infectious individuals recover. The mean infectious period is 1/γ days. |
| Basic reproduction number | R₀ = β / γ | dimensionless | Average number of secondary infections caused by one infectious individual in a fully susceptible population. R₀ > 1 indicates potential outbreak; R₀ < 1 means the disease will die out. |
Herd Immunity Threshold (HIT): The proportion of the population that must be immune (through vaccination or prior infection) to stop transmission. For a simple SEIR model, HIT = 1 – 1/R₀. For example, if R₀ = 3, about 67% immunity is needed.
Epidemiologists often use more complex variants to capture real‑world dynamics:
For a deeper dive, consult: