Models / Compartmental models

SIR Compartmental models

The SIR model is the classic compartmental model of infectious-disease spread, dividing a population into Susceptible, Infected and Recovered groups. Susceptible individuals become infected at a rate set by the transmission coefficient β through contact with the infected, and infected individuals recover at rate γ.

Despite its simplicity, the model captures the characteristic epidemic curve and the threshold behaviour governed by the basic reproduction number.

tune

Simulation parameters

tune

Initial conditions

analytics

Analyses

Time course

Loading chart...

Add analysis

Model Details

Review and edit model structure, biological variables, and kinetic parameters.

NameTex nameInitial valueActions

Edit Options

Edit Options

Edit Options

preview

Generated LaTeX Code

\begin{align*}
  \frac{d s}{dt} &= - beta \cdot i \cdot s \\ 
  \frac{d i}{dt} &= beta \cdot i \cdot s - gamma \cdot i \\ 
  \frac{d r}{dt} &= gamma \cdot i
\end{align*}

Edit analysis

Plot options

Variable selection
Show Normalize

Build your own model

Choose how you want to define your system.

ODE models

Steady-state models