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.
<h4>Basics</h4>
<h5>total cases</h5>
<details>
<summary>Basics</summary>
<details>
<summary>total cases</summary>
<img src=total_cases.png />
</details>
<h5>new cases</h5>
<details>
<summary>new cases</summary>
<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.
<img src=percent_increase.png />
</details>
<h5>total deaths</h5>
<img src=total_deaths.png />
<details>
<summary>doubling time</summary>
Doubling time with moving average of 3 days.
<img src=doubling_time.png />
</details>
<h5>new deaths</h5>
<img src=new_deaths.png />
<h4>Deaths per cases</h4>
<details>
<summary>Deaths per cases</summary>
<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).
<br>
<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.
<br>
<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
<br>
<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
<br>
<img src=delay_usa.png />
</details>
</div>