ictr / covid19-outbreak-simulator

Population-based Forward-time Simulator for the Outbreak of COVID-19
https://ictr.github.io/covid19-outbreak-simulator/
Other
1 stars 3 forks source link

Multiplier for the entire population? #15

Closed BoPeng closed 3 years ago

BoPeng commented 3 years ago

We allow syntax such as

--popsize A=100 B=200 --symptomatic-r0 A=2

to set r0 to be twice as the default value. However, we do not allow the multiplier to be set for the entire population, with syntax similar to

--symptomatic-r0 ''=2

or simply

--symptomatic-r0 =2

although the later looks strange.

BoPeng commented 3 years ago

all=1.2 is allowed, which is clearer than `=1.2'