Individual Sensitivity Experiments¶
Alternative Priors¶
Alternative priors for basic reproductive number R0
and NPI effectiveness.
usage: python scripts/alternative_build_param.py [-h] [--R_prior_mean R_PRIOR]
[--NPI_prior NPI_PRIOR NPI_PRIOR]
[--alpha_noise ALPHA_NOISE]
[--model_type MODEL_TYPE]
[--exp_tag EXP_TAG]
[--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --R_prior_mean
Prior mean basic reproductive number R0
- --NPI_prior
Prior for NPI effectiveness
- --alpha_noise
Alpha noise scale parameter
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
NPI Leaveout¶
Remove NPIs from the dataset, fitting data to the remaining NPIs.
usage: python scripts/npi_leaveout.py [-h] [--npis NPIS [NPIS ...]]
[--model_type MODEL_TYPE]
[--exp_tag EXP_TAG]
[--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --npis
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
NPI Add-in¶
Include additional NPIs, primarily from OxCGRT
usage: python scripts/oxcgrt_leavein.py [-h] [--npis NPIS [NPIS ...]]
[--model_type MODEL_TYPE]
[--exp_tag EXP_TAG]
[--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --npis
- Extra NPIs to include. One or more of:
- Mask WearingTravel Screen/QuarantineTravel BansPublic Transport LimitedInternal Movement LimitedPublic Information CampaignsSymptomatic Testing
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
Preprocessing Tests¶
Modify the smoothing window, threshold number of cases or threshold number of deaths below which data is masked.
usage: python scripts/preprocessing_tests.py [-h] [--smoothing SMOOTHING]
[--cases_threshold CASES_THRESHOLD]
[--deaths_threshold DEATHS_THRESHOLD]
[--model_type MODEL_TYPE]
[--exp_tag EXP_TAG]
[--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --smoothing
Number of days over which to smooth. This should be an odd number. If 1, no smoothing occurs.
- --cases_threshold
Deaths threshold, below which new daily deaths are ignored.
- --deaths_threshold
Confirmed cases threshold, below which new daily cases are ignored.
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
Structural¶
Alternative model structures.
usage: python scripts/structural.py [-h] [--model_type MODEL_TYPE]
[--exp_tag EXP_TAG] [--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
[--model_structure MODEL_STRUCTURE]
Named Arguments¶
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
- --model_structure
- model structure choice: | - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i) | - discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval | - noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion) | - different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c} | - cases_only: the number of infections is estimated from case data only | - deaths_only: the number of infections is estimated from death data only | - deaths_only_discrete renewal: death only discrete renewal model | - complex: different effects model with per intervention country variability
Multivariate Epidemiological Parameter Prior Sensitivity¶
Jointly change priors over epidemiological parameters.
usage: python scripts/epiparam.py [-h] [--gi_mean_mean GI_MEAN_MEAN]
[--gi_mean_sd GI_MEAN_SD]
[--deaths_mean_mean DEATHS_MEAN_MEAN]
[--deaths_mean_sd DEATHS_MEAN_SD]
[--cases_mean_mean CASES_MEAN_MEAN]
[--cases_mean_sd CASES_MEAN_SD]
[--model_type MODEL_TYPE]
[--exp_tag EXP_TAG] [--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --gi_mean_mean
Mean of the prior over generation interval means
- --gi_mean_sd
Standard deviation of the prior over generation interval means
- --deaths_mean_mean
Mean of the prior over infection-to-death delay means
- --deaths_mean_sd
Standard deviation of the prior over infection-to-death delay means
- --cases_mean_mean
Mean of the prior over infection-to-reporting delay means
- --cases_mean_sd
Mean of the prior over infection-to-reporting delay means
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
Iceland Sweden Holdout¶
Holdout Iceland and Sweden Together
usage: python scripts/iceswe.py [-h] [--model_type MODEL_TYPE]
[--exp_tag EXP_TAG] [--n_chains N_CHAINS]
[--n_samples N_SAMPLES]
Named Arguments¶
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw
Scalings¶
Scale cases.
usage: python scripts/scaling.py [-h] [--scaling_type SCALING_TYPE]
[--model_type MODEL_TYPE] [--exp_tag EXP_TAG]
[--n_chains N_CHAINS] [--n_samples N_SAMPLES]
Named Arguments¶
- --scaling_type
Scaling type.Options are simple (time-constant), or`variable` (time-varying)
- --model_type
- model structure choice:
- - additive: the reproduction rate is given by R_t=R0*(sum_i phi_{i,t} beta_i)- discrete_renewal_fixed_gi: uses discrete renewal model to convert reproduction rate R into growth rate g with fixed generation interval- noisy_r: noise is added to R_t before conversion to growth rate g_t (default model adds noise to g_t after conversion)- different_effects: each region c has a unique NPI reduction coefficient alpha_{i,c}- cases_only: the number of infections is estimated from case data only- deaths_only: the number of infections is estimated from death data only- deaths_only_discrete_renewal: death only discrete renewal model- complex: different effects model with per intervention variability. This model is the current default
- --exp_tag
experiment identification tag
- --n_chains
the number of chains to run in parallel
- --n_samples
the number of samples to draw