Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

covid_modeling-0.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page