The complete dataset is a collection of the COVID-19 data maintained by Our World in Data. You can find out more about the dataset in this github repo.
Multi-gaussian model
- Visit our Colab Notebook.
- Input
location
andnumber_of_days
to perform analysis and forecasting - Press
Ctrl+F9
to run. - Results will be save in
fig
folder, including: - New cases:
fig/<location>-newCases.png
- Total cases:
fig/<location>-totalCases.png
- Moving average:
fig/<location>-movingAverage.png
- Log new cases to total cases:
fig/<location>-Log.png
- Gaussian fitting and prediction:
fig/<location>-fitGaussian.png