ECheynet/SEIR

US States

jeangeoffroy opened this issue · 2 comments

Fantastic code. Unfortunately I'm a rookie and need help modeling US states. The granularity is not available (from what i can tell) in the time series data but there is data in the daily reports. What adjustments do I need to make to the code to model Illinois (US state), for example?

Thank! All you need is the daily values of recovered, confirmed and deceased cases. Once you have enough days of data, you can apply the fitting algorithm. Be careful not to apply any fitting if you have a low number of confirmed cases (they lead to a bad fit).

Thank you.