Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jul 27, 2017
1 parent 43cd8f3 commit a4d4067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/models/epidemics/SEIR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In the SEIR model [#]_, during the course of an epidemics, a node is allowed to

The model is instantiated on a graph having a non-empty set of infected nodes.

SEIR assumes that if, during a generic iteration, a susceptible node comes into contact with an infected one, it becomes infected after an exposition period with probability beta, than it can be switch to removed with probability gamma (the only transition allowed are S→I→R).
SEIR assumes that if, during a generic iteration, a susceptible node comes into contact with an infected one, it becomes infected after an exposition period with probability beta, than it can switch to removed with probability gamma (the only transition allowed are S→E→I→R).


--------
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/models/epidemics/SEIS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ SEIS
****


In the SEIR model, during the course of an epidemics, a node is allowed to change its status from **Susceptible** (S) to **Exposed** (E) to **Infected** (I), then to **Removed** (R).
In the SEIR model, during the course of an epidemics, a node is allowed to change its status from **Susceptible** (S) to **Exposed** (E) to **Infected** (I), then again to **Susceptible** (S).

The model is instantiated on a graph having a non-empty set of infected nodes.

SEIR assumes that if, during a generic iteration, a susceptible node comes into contact with an infected one, it becomes infected after an exposition period with probability beta, than it can be switch to removed with probability gamma (the only transition allowed are S→I→R).
SEIS assumes that if, during a generic iteration, a susceptible node comes into contact with an infected one, it becomes infected after an exposition period with probability beta, than it can switch back to susceptible with probability lambda (the only transition allowed are S→E→I→S).


--------
Expand Down

0 comments on commit a4d4067

Please sign in to comment.