COVID-19 Modeling
Project description
COMODELS
Models for COVID - 19
For documentation, see the docstrings! Much more to come
Penn model
# import the penn model
from comodels.sir import Penn
print(Penn.__doc__)
tx = Penn(28304596, 223, 0)
print(Penn.sir.__doc__)
curve, occupancy = tx.sir(n_days = 23)
print(curve.keys())
print(occupancy())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
covid-modeling-0.0.1.tar.gz
(111.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file covid-modeling-0.0.1.tar.gz.
File metadata
- Download URL: covid-modeling-0.0.1.tar.gz
- Upload date:
- Size: 111.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d27c94245723c726fb51e638d7969ea70292209d049db67674ba0e9bc6fc273
|
|
| MD5 |
65e534406b4bd1ee6bcb2c156df7df7e
|
|
| BLAKE2b-256 |
9d51e746262632e2cbb69cd435f631f9ae679ced083a8c96f20c2a0351e7d1c8
|
File details
Details for the file covid_modeling-0.0.1-py3-none-any.whl.
File metadata
- Download URL: covid_modeling-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feb084881b56ddce4bcfdedb8728f69c4fd69acaac5bba8275d9e9d9342569f9
|
|
| MD5 |
66667b0e9796a468b9913cf2701bf808
|
|
| BLAKE2b-256 |
9788d4860e61fb693d9572271ecea8b83c2afe3bf513fea2c090fe84b5e3e9da
|