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.keys())
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.2.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.2.tar.gz.
File metadata
- Download URL: covid-modeling-0.0.2.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 |
00c2f6ec2f5c0760063778e0d21754688c9497c9a48be389cc0809c1a9c72c03
|
|
| MD5 |
998ba9bbd67aa1f9bb234e7ae2d02918
|
|
| BLAKE2b-256 |
9b8cd4da29ef8c1e585f6d45d03de850f583711b056af954d3c5a165a766bf62
|
File details
Details for the file covid_modeling-0.0.2-py3-none-any.whl.
File metadata
- Download URL: covid_modeling-0.0.2-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 |
010493241e12ed88a692f18cfad059a6bd7d6bed34a64332376b25b83e4ee31e
|
|
| MD5 |
52ce88d0be0b24b6fab8b29671052956
|
|
| BLAKE2b-256 |
b0127b49fc38c67e6110733006b8ab2156cc8ed199ecb10737fd60a8104fb487
|