ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

Allow forecasting beyond the 100 days enabled by serial_interval.csv #78

Closed payoto closed 4 years ago

payoto commented 4 years ago

Issue #77 outlines a problem arising from the length of the epidemic as we are reaching the 90 days modelling window for Italy.

This proposes a long term fix by padding serial interval data with 0s and increasing the value of N2.

s-mishra commented 4 years ago

Hi @payoto, thanks for this :)