All Projects → PetoLau → CoronaDash

PetoLau / CoronaDash

Licence: GPL-3.0 license
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to CoronaDash

covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (+15%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid-virus
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+135%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid-virus
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+90%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid-virus
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (+0%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid-virus
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+115%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19, covid-virus
Sktime
A unified framework for machine learning with time series
Stars: ✭ 4,741 (+23605%)
Mutual labels:  time-series, forecasting, time-series-analysis
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+9450%)
Mutual labels:  time-series, time-series-analysis, time-series-clustering
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+130%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Pyfts
An open source library for Fuzzy Time Series in Python
Stars: ✭ 154 (+670%)
Mutual labels:  time-series, forecasting, time-series-analysis
PlotTwist
PlotTwist - a web app for plotting and annotating time-series data
Stars: ✭ 21 (+5%)
Mutual labels:  time-series, shiny, cluster-analysis
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (+605%)
Mutual labels:  time-series, clustering, time-series-analysis
covid19-animation-generator
Generates an animation of COVID-19 data
Stars: ✭ 33 (+65%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Atspy
AtsPy: Automated Time Series Models in Python (by @firmai)
Stars: ✭ 340 (+1600%)
Mutual labels:  time-series, forecasting, time-series-analysis
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+290%)
Mutual labels:  time-series, coronavirus, covid-19
awesome-time-series
Resources for working with time series and sequence data
Stars: ✭ 178 (+790%)
Mutual labels:  time-series, time-series-analysis, time-series-forecasting
Gluon Ts
Probabilistic time series modeling in Python
Stars: ✭ 2,373 (+11765%)
Mutual labels:  time-series, forecasting, time-series-forecasting
covidbr-api
COVIDBR API —— API de tracking dos casos de COVID-19 no Brasil
Stars: ✭ 28 (+40%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-virus
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+75%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
COVIDvu
Volunteers building and sharing current, accurate, near real-time COVID-19 tracking and prediction tools.
Stars: ✭ 15 (-25%)
Mutual labels:  coronavirus, coronavirus-tracking, covid-19
Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (+315%)
Mutual labels:  time-series, forecasting, time-series-analysis

CoronaDash

eRum2020::CovidR

Shinydashboard online application is available on this link

This shiny/shinydashboard application is for informative purposes, how the COVID-19 virus can spread over time for a defined country (or whole world) and period of days (cases and deaths). There isn't motivation to replace more sophisticated epidemiology models like SIR.

Application provides also various data mining/ visualization techniques for comparing countries' COVID-19 data statistics as:

  • trajectories of cases/ deaths spread,
  • 2D/ multidimensional clustering of countries' data/ statistics - with dendogram and table of clusters averages,
  • hierarchical clustering of countries' trajectories based on DTW distance and preprocessing by SMA (+ normalization), for fast comparison of large number of countries' COVID-19 magnitudes and trends,
  • aggregated views for the whole World,
  • every statistic is also computed per 1 million population for more interpretable and comparable analysis.

Data are coming from Johns Hopkins CSSE GitHub repository. Tests data are coming from COVID19 Data Hub.

The forecasting model is the ETS (Exponential smoothing) implemented in a smooth R package, so only historical data of target time series are used. For total cumulative confirmed cases, the multiplicative model is used. For total cumulative death cases of the World, the fully multiplicative model is used (it is the possibility of using a damped trend in both situations).

The forecasting model applied on the Covid-19 use case was inspired by Fotios Petropoulos tweets.

You can read more about my work on my blog: petolau.github.io.

Take care of yourself!

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].