This repository covers the analysis supporting
This analysis uses publicly available data to
- identify a reasonable point for local interventions to have achieved their effect
- using that point and the publicly available reported cases, estimate a static
$R_t$ for the pre- and post-intervention periods
The
Since we are doing this calculation for many locations, identically but independently, the computation is an "embarassingly parallel" problem.
As such, we use "array jobs". Each array point is associated with administrative region target for the EpiNow2
works with multiple chains; rather than further distribute the chains to array points, we simply use the multiple cores typically available to each node in an HPC setting.