All Projects → Lewuathe → Covid19 Sir

Lewuathe / Covid19 Sir

Licence: apache-2.0
COVID-19 SIR model estimation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Covid19 Sir

Powsimr
Power analysis is essential to optimize the design of RNA-seq experiments and to assess and compare the power to detect differentially expressed genes. PowsimR is a flexible tool to simulate and evaluate differential expression from bulk and especially single-cell RNA-seq data making it suitable for a priori and posterior power analyses.
Stars: ✭ 84 (-10.64%)
Mutual labels:  simulation
Hand dapg
Repository to accompany RSS 2018 paper on dexterous hand manipulation
Stars: ✭ 88 (-6.38%)
Mutual labels:  simulation
Psrealvehicle
Plugin for Unreal Engine 4 with simple force-driven vehicle simulation
Stars: ✭ 92 (-2.13%)
Mutual labels:  simulation
Noxim
Network on Chip Simulator
Stars: ✭ 83 (-11.7%)
Mutual labels:  simulation
Opendefinition
Open Definition source
Stars: ✭ 87 (-7.45%)
Mutual labels:  opendata
Omnetpp primer
OMNeT++的仿真手册
Stars: ✭ 89 (-5.32%)
Mutual labels:  simulation
Coronabr
Série histórica dos dados sobre COVID-19, a partir de informações do Ministério da Saúde
Stars: ✭ 83 (-11.7%)
Mutual labels:  opendata
Device Simulation Dotnet
IoT Simulation service
Stars: ✭ 93 (-1.06%)
Mutual labels:  simulation
Morphogenesis Resources
Comprehensive list of resources on the topic of digital morphogenesis (the creation of form through code). Includes links to major articles, code repos, creative projects, books, software, and more.
Stars: ✭ 1,278 (+1259.57%)
Mutual labels:  simulation
Irail
iRail API / scraper
Stars: ✭ 91 (-3.19%)
Mutual labels:  opendata
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-9.57%)
Mutual labels:  simulation
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (-7.45%)
Mutual labels:  simulation
Zelig
A statistical framework that serves as a common interface to a large range of models
Stars: ✭ 89 (-5.32%)
Mutual labels:  simulation
Conways Gol
Conway's Game of Life implemented with Go and OpenGL.
Stars: ✭ 84 (-10.64%)
Mutual labels:  simulation
Archeo Lex
Pure Histoire de la Loi française – Git + Markdown
Stars: ✭ 92 (-2.13%)
Mutual labels:  opendata
Pumas.jl
Pharmaceutical Modeling and Simulation for Nonlinear Mixed Effects (NLME), Quantiative Systems Pharmacology (QsP), Physiologically-Based Pharmacokinetics (PBPK) models mixed with machine learning
Stars: ✭ 84 (-10.64%)
Mutual labels:  simulation
Flipviscosity3d
A basic free-surface liquid FLIP fluid simulator with viscosity
Stars: ✭ 88 (-6.38%)
Mutual labels:  simulation
Mesa
Mesa is an agent-based modeling framework in Python
Stars: ✭ 1,319 (+1303.19%)
Mutual labels:  simulation
Hlidacstatu
Kompletní zdrojový kód pro web hlidacstatu.cz, související knihovny. Pomožte nám rozvíjet a vylepšovat jeden z největších a nejdůležitějších serverů pro transparentnost státu v ČR.
Stars: ✭ 93 (-1.06%)
Mutual labels:  opendata
Lib.reviews
A free/libre code and information platform for reviews of anything
Stars: ✭ 90 (-4.26%)
Mutual labels:  opendata

COVID-19 SIR Model Estimation

SIR model estimation on COVID-19 cases dataset. There is a blog post describing the detail of the SIR model and COVID-19 cases dataset.

japan

Usage

All dependencies are resolved by Pipenv

$ pipenv shell
$ python solver.py

Option to run

usage: solver.py [-h] [--countries COUNTRY_CSV] [--download-data]
                 [--start-date START_DATE] [--prediction-days PREDICT_RANGE]
                 [--S_0 S_0] [--I_0 I_0] [--R_0 R_0]

optional arguments:
  -h, --help            show this help message and exit
  --countries COUNTRY_CSV
                        Countries on CSV format. It must exact match the data
                        names or you will get out of bonds error.
  --download-data       Download fresh data and then run
  --start-date START_DATE
                        Start date on MM/DD/YY format ... I know ...It
                        defaults to first data available 1/22/20
  --prediction-days PREDICT_RANGE
                        Days to predict with the model. Defaults to 150
  --S_0 S_0             S_0. Defaults to 100000
  --I_0 I_0             I_0. Defaults to 2
  --R_0 R_0             R_0. Defaults to 0

Data Sources

The data used by this simulation is available in:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].