GillespieSIR: Sample SIR data

Description Usage Format

Description

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.

Usage

1

Format

A data frame with 30 rows and 6 variables:

aSI

Infection: transition rate from S to I

aIR

Recovery: transition rate from I to R

aSR

Immunisation: transition rate from S to R

nS

Final number of S

nI

Final number of I

nR

Final number of R


Tandethsquire/emulatorr documentation built on April 12, 2021, 1:08 a.m.