A small dataset containing points generated using the Gillespie algorithm. The SIR model contains three input parameters, and generates three output parameters. The initial populations are 950 susceptible (S), 50 infected (I), and 0 recovered (R). The final values are taken at time t=20.
1 |
A data frame with 30 rows and 6 variables:
Infection: transition rate from S to I
Recovery: transition rate from I to R
Immunisation: transition rate from S to R
Final number of S
Final number of I
Final number of R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.