COVID-19 - Confirmed Cases vs. Deaths
Analysis comparing the number of confirmed cases to the number of deaths across countries.
Estimated time of infection vs. confirmed infections
Following the ideas from Tomas Pueyo's Medium post "Coronavirus: Why You Must Act Now" [1], we assume the average time from infection to death at 23 days [2]. The data is pulled from the COVID-19 Data Repository by Johns Hopkins CSSE [3] every hour. Countries with a minimnum of 1000 confirmed cases and 40 confirmed deaths are included in this analysis.
The time from infection to death is equal to the incubation period plus the time from symptoms to death. This is used to estimate the time of the infections that lead to the observed deaths. We take the last fatality rate per country (total_cases/total_deaths
) to estimate the number of infections that are responsible for the observed deaths.
In the figures below, you can observe successive waves of infections (dashed), detections (black) and deaths (red) for each country. The upper panel shows the absolute number of events. The dashed lines show the estimated number of infections. The lower panel shows the normalized number of events. Here the temporal delay between the waves and the relative change between each other can be observed.
[1] https://medium.com/@tomaspueyo/coronavirus-act-today-or-people-will-die-f4d3d9cd99ca
[2] https://github.com/midas-network/COVID-19/tree/master/parameter_estimates/2019_novel_coronavirus
[3] https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series