Skip to content

Commit

Permalink
Fix SIR eq
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed May 24, 2017
1 parent 319701d commit 85d44e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models-and-serology/models.html
Expand Up @@ -57,7 +57,7 @@ <h3>In multistrain models, pathogens (or immune cells) interact via resource com
<h3>Simple SIR model</h3>
<br>
<img class="stretch" src="images/sir_simple_compartments.png">
<p>$dS/dt = \beta S I$</p>
<p>$dS/dt = - \beta S I$</p>
<p>$dI/dt = \beta S I - \gamma I$</p>
<p>$dR/dt = \gamma I$</p>
</section>
Expand Down

0 comments on commit 85d44e9

Please sign in to comment.