This directory contains example datasets that can be used to test GEMF_FAVITES.py
:
contact_network_complete.tsv
andbig_contact_network_ba.tsv
are example contact networkscontact_network_complete.tsv
is a small complete graphbig_contact_network_ba.tsv
is a large graph sampled under the Barabási–Albert model
initial_states_seir.tsv
andbig_initial_states_seir.tsv
are example initial states fileinitial_states_seir.tsv
should be used withcontact_network_complete.tsv
big_initial_states_seir.tsv
should be used withbig_contact_network_ba.tsv
infected_states_seir.txt
is an infected states file for the SEIR model- States
E
(Exposed) andI
(Infectious) are infected states
- States
rates_seir.tsv
is a transition rates file for the SEIR model- Individuals in state
S
(Susceptible) transition to stateE
(Exposed) at a rate proportional to the number of neighbors in stateI
(Infectious) - Individuals in state
E
(Exposed) transition to stateI
(Infectious) at an internal rate (i.e., independent of the states of neighbors) - Individuals in state
I
(Infectious) transition to stateR
(Recovered) at an internal rate (i.e., independent of the states of neighbors)
- Individuals in state