HopkinsIDD / gavi_vimc_cholera

VIMC cholera model - estimating impact of oral cholera vaccine
1 stars 0 forks source link

Potential Update in the Future #73

Open KaiyueZou opened 1 year ago

KaiyueZou commented 1 year ago

Population Turnover Rate Code Now, this line of code assumes constant death rate from year k to year j, which is not the case. Changing it from 1 - (j - k)*mu to 1 - mu_k - mu_x - ... - mu_j will make it more realistic.