add new plot

This commit is contained in:
fordprefect
2020-03-30 12:49:42 +02:00
parent bf408b7583
commit bf79f2f69f
2 changed files with 18 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>her
<h5>new cases</h5>
<img src=new_cases.png />
<h5>percentual increase</h5>
New cases relative to total cases, with moving average of 3 days.
<img src=percent_increase.png />
<h5>total deaths</h5>
<img src=total_deaths.png />
@@ -40,6 +44,11 @@ Warning: data might be incomplete and not start with zero death (e.g. China).
<br>
<img src=normalized_to_first_death.png />
<h4>Absolute cases timeshifted to day of reported infections exceeding 100</h4>
Timeshift to 100 cases, when in most countries the exponential growth fully set in.
<br>
<img src=normalized_to_100_cases.png />
<h4>Delay from China in days</h4>
Delay from case numbers seen in China counted in days
<br>

View File

@@ -26,6 +26,10 @@ Die Daten stammen von <a href=https://ourworldindata.org/coronavirus-source-data
<h5>Neue Fälle</h5>
<img src=new_cases.png />
<h5>Prozentualer Zuwachs</h5>
Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen.
<img src=percent_increase.png />
<h5>Absolute Todesfälle</h5>
<img src=total_deaths.png />
@@ -40,6 +44,11 @@ Achtung: die Daten sind nicht überall vollständig, die Statistik muss nicht be
<br>
<img src=normalized_to_first_death.png />
<h4>Absolute Fälle zeitlich normiert auf des erste Auftreten von mehr als 100 Fällen</h4>
Ab dann setzt fast überall das exponentielle Wachstum ein.
<br>
<img src=normalized_to_100_cases.png />
<h4>Verzögerung gegenüber China in Tagen</h4>
Verzögerung der Zahl der Erkrankungsfälle gegenüber China
<br>