new format, added plot 'doubling time'

This commit is contained in:
fordprefect
2020-04-02 16:49:06 +02:00
parent fedae99553
commit 6010aeabe6
2 changed files with 85 additions and 29 deletions

View File

@@ -19,45 +19,74 @@ Not beautiful, but hopefully informing.
Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>here</a> and is gereneated from the WHO reports. Data sourced from <a href=https://ourworldindata.org/coronavirus-source-data>here</a> and is gereneated from the WHO reports.
<h4>Basics</h4> <details>
<h5>total cases</h5> <summary>Basics</summary>
<details>
<summary>total cases</summary>
<img src=total_cases.png /> <img src=total_cases.png />
</details>
<h5>new cases</h5> <details>
<summary>new cases</summary>
<img src=new_cases.png /> <img src=new_cases.png />
</details>
<h5>percentual increase</h5> <details>
<summary>total deaths</summary>
<img src=total_deaths.png />
</details>
<details>
<summary>new deaths</summary>
<img src=new_deaths.png />
</details>
</details>
<br>
<details>
<summary>percentual increase</summary>
New cases relative to total cases, with moving average of 3 days. New cases relative to total cases, with moving average of 3 days.
<img src=percent_increase.png /> <img src=percent_increase.png />
</details>
<h5>total deaths</h5> <details>
<img src=total_deaths.png /> <summary>doubling time</summary>
Doubling time with moving average of 3 days.
<img src=doubling_time.png />
</details>
<h5>new deaths</h5> <details>
<img src=new_deaths.png /> <summary>Deaths per cases</summary>
<h4>Deaths per cases</h4>
<img src=death_per_case.png /> <img src=death_per_case.png />
</details>
<h4>Absolute cases timeshifted to day of first reported death</h4> <details>
<summary>Absolute cases timeshifted to day of first reported death</summary>
Warning: data might be incomplete and not start with zero death (e.g. China). Warning: data might be incomplete and not start with zero death (e.g. China).
<br> <br>
<img src=normalized_to_first_death.png /> <img src=normalized_to_first_death.png />
</details>
<h4>Absolute cases timeshifted to day of reported infections exceeding 100</h4> <details>
<summary>Absolute cases timeshifted to day of reported infections exceeding 100</summary>
Timeshift to 100 cases, when in most countries the exponential growth fully set in. Timeshift to 100 cases, when in most countries the exponential growth fully set in.
<br> <br>
<img src=normalized_to_100_cases.png /> <img src=normalized_to_100_cases.png />
</details>
<h4>Delay from China in days</h4> <details>
<summary>Delay from China in days</summary>
Delay from case numbers seen in China counted in days Delay from case numbers seen in China counted in days
<br> <br>
<img src=delay_china.png /> <img src=delay_china.png />
</details>
<h4>Delay from USA in days</h4> <details>
<summary>Delay from USA in days</summary>
Delay from case numbers seen in USA counted in days Delay from case numbers seen in USA counted in days
<br> <br>
<img src=delay_usa.png /> <img src=delay_usa.png />
</details>
</div> </div>

View File

@@ -17,47 +17,74 @@ Daher hab ich hier ein paar täglich automatisch neu generierte Plots hingestell
Nicht schön, aber informativ. Nicht schön, aber informativ.
Die Daten stammen von <a href=https://ourworldindata.org/coronavirus-source-data>hier</a> und wird dort aus den WHO-Reports generiert. Die Daten stammen von <a href=https://ourworldindata.org/coronavirus-source-data>hier</a> und wird dort aus den WHO- und ECDC-Reports generiert.
<details open>
<summary>Basics</summary>
<h4>Basics</h4> <details>
<h5>Absolute Fälle</h5> <summary>Absolute Fälle</summary>
<img src=total_cases.png /> <img src=total_cases.png />
</details>
<h5>Neue Fälle</h5> <details><summary>Neue Fälle</summary>
<img src=new_cases.png /> <img src=new_cases.png />
</details>
<h5>Prozentualer Zuwachs</h5> <details>
<summary>Absolute Todesfälle</summary>
<img src=total_deaths.png />
</details>
<details>
<summary>Neue Todesfälle</summary>
<img src=new_deaths.png />
</details>
</details>
<br>
<details>
<summary>Prozentualer Zuwachs</summary>
Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen. Neue Fälle relativ zu absoluten Fällen mit gleitendem Mittelwert von 3 Tagen.
<img src=percent_increase.png /> <img src=percent_increase.png />
</details>
<h5>Absolute Todesfälle</h5> <details>
<img src=total_deaths.png /> <summary>Verdopplungszeit</summary>
Verdopplungszeit mit einem gleitenden Mittelwert von 3 Tagen.
<img src=doubling_time.png />
</details>
<h5>Neue Todesfälle</h5> <details>
<img src=new_deaths.png /> <summary>Relative Todesfälle</summary>
<h4>Relative Todesfälle</h4>
<img src=death_per_case.png /> <img src=death_per_case.png />
</details>
<h4>Absolute Fälle zeitlich normiert auf den ersten Todesfall</h4> <details>
<summary>Absolute Fälle zeitlich normiert auf den ersten Todesfall</summary>
Achtung: die Daten sind nicht überall vollständig, die Statistik muss nicht bei Null beginnen!! Achtung: die Daten sind nicht überall vollständig, die Statistik muss nicht bei Null beginnen!!
<br> <br>
<img src=normalized_to_first_death.png /> <img src=normalized_to_first_death.png />
</details>
<h4>Absolute Fälle zeitlich normiert auf des erste Auftreten von mehr als 100 Fällen</h4> <details>
<summary>Absolute Fälle zeitlich normiert auf des erste Auftreten von mehr als 100 Fällen</summary>
Ab dann setzt fast überall das exponentielle Wachstum ein. Ab dann setzt fast überall das exponentielle Wachstum ein.
<br> <br>
<img src=normalized_to_100_cases.png /> <img src=normalized_to_100_cases.png />
</details>
<h4>Verzögerung gegenüber China in Tagen</h4> <details>
<summary>Verzögerung gegenüber China in Tagen</summary>
Verzögerung der Zahl der Erkrankungsfälle gegenüber China Verzögerung der Zahl der Erkrankungsfälle gegenüber China
<br> <br>
<img src=delay_china.png /> <img src=delay_china.png />
</details>
<h4>Verzögerung gegenüber den USA in Tagen</h4> <details>
<summary>Verzögerung gegenüber den USA in Tagen</summary>
Verzögerung der Zahl der Erkrankungsfälle gegenüber den USA Verzögerung der Zahl der Erkrankungsfälle gegenüber den USA
<br> <br>
<img src=delay_usa.png /> <img src=delay_usa.png />
</details>
</div> </div>
<div class=foot> <div class=foot>