Creating a SEIR modell to fit it to cases per capita vs time or deaths per capita versus time.
Datasets needed:
Timeseries of cases per country or deaths per country
Technical approach: Create a SEIR modell, which with defined params and fit it with data using least squares.
To do: Fit the modell using real data to update the params. Then predict the evolution of cases using the modell
Creating a SEIR modell to fit it to cases per capita vs time or deaths per capita versus time.
Datasets needed:
Timeseries of cases per country or deaths per country
Technical approach: Create a SEIR modell, which with defined params and fit it with data using least squares.
To do: Fit the modell using real data to update the params. Then predict the evolution of cases using the modell