legitmaxwu / math168-networks

Math 168 Final Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math 168 Final Project

This is the accompanying code for our paper: "SEIR Simulations on a Human Interaction Network".

Important files:

  • augment.ipynb: Markovian data generation implementation and code explanation. It is used to generate data/generated_data.csv, which is not included in this repository.
  • seir_sim.ipynb: SEIR simulation implementation. It uses generated_data.csv, which is generated by augment.ipynb.

About

Math 168 Final Project


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%