alan-turing-institute / CounterfactualCovid19

Repository for the Leeds-Turing project for simulating a counterfactual history of the growth of COVID-19 cases in Europe
4 stars 2 forks source link

Add total deaths per million #86

Closed crangelsmith closed 3 years ago

crangelsmith commented 3 years ago

For this we need to access a variable available in the input data but not yet in the model.

We only need the total deaths on the end of first wave for each country, so we need to decided if we load the data in the same way as the case data (load all dates, them get a cumulative sum, normalise, etc), or just create a new model with 1 value per country.