alsnhll / SEIR_COVID19

SEIR model for COVID-19 infection, including different clinical trajectories of infection
194 stars 105 forks source link

why is R, the rate of spread, calculated as a multiplier of N, the total population size? #13

Open calang opened 4 years ago

calang commented 4 years ago

Shouldn't R0 be independent of N ?

If I have ten times the population, I should not have ten times the R0, correct? Or, ... what am I missing?

This comment is based on the code in the Python notebook.

EDIT:

thanks.