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 2af9bff commit a0934dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/reference/models/epidemics/SEIR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Execute Simulation
Example
-------

In the code below is shown an example of istantiation and execution of an SIR simultion on a random graph: we set the initial set of infected nodes as 5% of the overall population, a probability of infection of 1%, and a removal probability of 0.5%.
In the code below is shown an example of istantiation and execution of an SEIR simultion on a random graph:
we set the initial set of infected nodes as % of the overall population, a probability of infection of 1%, a removal probability of 0.5% and an incubation period of 5% (e.g. 20 iterations).

.. code-block:: python
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/models/epidemics/SEIS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Execute Simulation
Example
-------

In the code below is shown an example of istantiation and execution of an SIR simultion on a random graph: we set the initial set of infected nodes as 5% of the overall population, a probability of infection of 1%, and a removal probability of 0.5%.
In the code below is shown an example of istantiation and execution of an SEIS simultion on a random graph:
we set the initial set of infected nodes as 5% of the overall population, a probability of infection of 1%, a removal probability of 0.5% and an incubation period of 5% (e.g. 20 iterations).

.. code-block:: python
Expand Down

0 comments on commit a0934dc

Please sign in to comment.