You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic reproductive number $R_0$ is calculated as the dominant eigenvalue of $R$.
51
51
52
52
This model incorporates vaccination by recalculating the distribution of susceptible individuals $S_g / N_g$ when $v_g$ vaccinations have been administered to each group $g$ (assuming all or nothing vaccination, with vaccine efficacy given by $ve$):
53
53
54
54
$$
55
-
\mathbf{S_{g}^{vax}} = S_{g}^{initial} - v_g * ve
55
+
\mathbf{S_{g}^{vax}} = S_{g}^{initial} - v_{g} * ve
56
56
$$
57
57
58
58
Then $R_ij$ with vaccination factored in is given by
0 commit comments