Skip to content

Commit 17dc265

Browse files
committed
equations
1 parent 28f0ff2 commit 17dc265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/approach.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ If all $\gamma_i = \gamma$ and we assume SIR dynamics.
3131

3232
The basic reproductive number $R_0$ is calculated as the dominant eigenvalue of $R$.
3333

34-
This model incorporates vaccination by recalculating the distribution of susceptible individuals in each group $S_{i}^{vax}$ (assuming all or nothing vaccination, with vaccine efficacy given by $ve$):
34+
This model incorporates vaccination by recalculating the distribution of susceptible individuals in each group $S_{i}^{vax}$ (assuming all or nothing vaccination, with vaccine efficacy given by $ve$ and the proportion of $i$ vacinated is $v_i$):
3535

3636
$$
3737
\mathbf{S_{i}^{vax}} = S_{i}^{initial} * (1 - v_{i} * ve)
3838
$$
3939

40-
Then $R_ij$ with vaccination factored in is given by
40+
So that $S_i^{vax}$ is the population $i$ that is still susceptible post vaccination administration. Then $R_ij$ with vaccination factored in is given by
4141

4242
$$
43-
\mathbf{R}_{ij}^{vax} = \frac{\beta_{ij} S_{i}^{vax}}{\gamma N}
43+
\mathbf{R}_{ij}^{vax} = \mathbf{R}_{ij} \frac{S_{i}^{vax}}{N_i}
4444
$$
4545

4646

0 commit comments

Comments
 (0)