zbraniecki / covid19-timeseries

Timeseries app for COVID-19 tracking
https://zbraniecki.github.io/covid19-timeseries/
Apache License 2.0
16 stars 4 forks source link

Algorithm to pick the normalization point #16

Closed zbraniecki closed 4 years ago

zbraniecki commented 4 years ago

At the moment the normalization point is hardcoded.

Instead, based on the selected regions, we could try to find the earliest continous patch with smallest stdev to normalize against.

This would mean that a normalization point between Estonia and Italy would be much earlier than Italy, China and USA.

zbraniecki commented 4 years ago

fixed with the rewrite merge