Skip to main content

A package for predicting the number of daily deaths

Project description

COVID-19 daily death prediction

deathdaily is a Python program using new_deaths.csv for predicting daily deaths due to COVID-19 in the next seven days. The prediction is based on the Xthe degree polynomial fitting.

X-axis is the xth day from Jan.22 2020 to the day you have downloaded new_deaths.csv file. Y-axis depicts the number of daily deaths in the country.

new_deaths.csv

deathdaily needs a new_deaths.csv file for predicting the daily deaths of the next seven days.

The new_deaths.csv file is downloadable from the following site:

https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/jhu/new_deaths.csv

How to install deathdaily

$ pip install deathdaily

How to run deathdaily using country with days and degree of polynomial curve-fitting

"country" shows which country you would like to predict the daily deaths of the next seven days.

"days" indicates how many days are used for Xth degree polynomial curve-fitting.

"degree" determined the degree of polynomial curve-fitting.

$ deathdaily Japan days degree

$ deathdaily Japan 450 7

country="Japan", days=450, degree=7

$ deathdaily Japan 450

$ deathdaily Japan

$ deathdaily "United States" 455 7

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

deathdaily-0.0.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distributions

deathdaily-0.0.4-py3.8.egg (6.3 kB view hashes)

Uploaded Source

deathdaily-0.0.4-py3-none-any.whl (3.8 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