Lab / Epidemic Simulator
🦠

Epidemic Simulator

Model disease spread with SIR/SEIR/SIRD differential equations or agent-based spatial simulation. Adjust parameters and watch how interventions flatten the curve.

R0 = 3.00Reff = 0.00
Population Distribution
S: 0 (0.0%)I: 0 (0.0%)R: 0 (0.0%)
Population Curves
Effective Reproduction Number (Reff)

Parameters

Interventions

Susceptible
0
Infected
0
Recovered
0
Day
0

How it works

  • Solves SIR differential equations using RK4 integration
  • R0 = β/γ determines outbreak threshold (R0 > 1 spreads)
  • Social distancing reduces effective β
  • Vaccination makes a fraction immune at start

All computations run entirely in your browser. ODE mode uses Runge-Kutta 4 numerical integration. Agent mode simulates individual particles with stochastic infection dynamics.