Skip to content

Commit

Permalink
Update seir_model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annabellasd committed Sep 26, 2023
1 parent 0dbf48d commit ab24bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/continuous_time/seir_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function F(x, p, t)
return [-gamma * R_0 * s * i; # ds/dt
gamma * R_0 * s * i - sigma * e; # de/dt
sigma * e - γ*i; # di/dt
sigma * e - gamma * i; # di/dt
gamma * i; # dr/dt
eta * (R_bar_0(t, p) - R_0); # dR_0/dt
sigma * e; # dc/dt
Expand Down

0 comments on commit ab24bd6

Please sign in to comment.