cmmid / covid-uk

Scenario analyses for COVID-19 outbreak in the United Kingdom
GNU General Public License v3.0
64 stars 27 forks source link

Homogenous seed infections combined with heterogeneous county population sizes #10

Open innovative-simulator opened 4 years ago

innovative-simulator commented 4 years ago

Not a bug but a potential flaw in the method.

The expected time to peak cases (as well as the times to other events such as peak infections, peak deaths, reaching 1000 ICU beds etc.) tends to a linear trend with the logarithm of (population size / number of seed infections). This is true of other compartmental models. See for more details: https://rofasss.org/2020/08/14/role-population-scale/

But in UK.R all counties receive the same seed infections (2 per day for 28 days in the Base scenario - see line 376 and the paper).

So a small county (Isles of Scilly, 2200 people) will tend to peak weeks earlier than a large one (West Midlands, 2.9 million). As a result, the UK aggregate time series will have a broader, shallower peak than they would have had if all county peaks had tended to occur in sync. Given that the impact of an intervention can depend on its timing, homogenous seeding of heterogeneous counties will yield heterogeneous intervention impacts on them.

Fortunately, my initial tests so far suggest the effects on the model's results are small (relative to other things - the effects of interventions, the bug in intervention seed infections).

But it prompts the question, how to avoid a inserting this systematic bias between counties? E.g.

No clear solution - just be aware of the issue.