Open KaiyueZou opened 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.
1 - (j - k)*mu
1 - mu_k - mu_x - ... - mu_j
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
to1 - mu_k - mu_x - ... - mu_j
will make it more realistic.