exponential Times
◀ Previous

SIR models and Covid-19 spread

2 Reproduction number

When I first started looking at this in mid-March, I found an estimate of something called the reproduction number as being around 2.5. I have since seen further guesses in the range 2–3.5. In terms of the SIR model, the reproduction number is:
\[R_{0} = \frac{\alpha S}{\beta}\]
When R0 (no relation to R) is greater than 1, the number of new infections is greater than the numbers passing out into recovery (and non-infectivity). Happiness is achieved when the reproduction number is less than 1, because then the infection is on the way to dying out.
I have also seen the reproduction number described as the average number of new infections created by an infected person. Let's see how that joins up with the formula above. There is a differential calculus route, which if you know what you're doing is simpler. But I am assuming many people are not comfortable with such things, and it all seems to be a bit hocus-pocus. To some, even what I've done above will be like that, but they probably won't be reading this sentence. However, if the discrete approach used seems reasonable, maybe we can go forward.
Mathematical details (click to reveal)
So what are we attempting? We start with 1 infected person and assume S doesn't change much as they progress through the disease. Each day the infected person of interest is less likely to have the disease, since they may recover. We model the infected person as a fraction indicating the probability that they still have the disease. The parameter controlling this is β. The fraction of the person still infectious after d days is:
\[F_{d} = \left( {1 - \beta} \right)^{d}\]
This is in no way a proper description of how the virus actually operates, as described above. This is an artifact of the crude model. However, it is sufficient to derive the reproduction number formula, and we will also use it to relate β to the average recovery/non-infectious period as a cross-check for later within the SIR model.
While the person is infectious, they are producing “children” (i.e. new infected people) each day at the rate αS:
\[C_{d} = \alpha SF_{d}\]
We want to add up all the children:
\[C = \sum\limits_{d = 0}^{\infty}C_{d} = C_{0} + C_{1} + \ldots = \alpha S\sum\limits_{d = 0}^{\infty}F_{d}\]
It just so happens that the last sum of the various fraction persons is known as a “geometric” series. In fact:
\[\sum\limits_{d = 0}^{\infty}F_{d} = \sum\limits_{d = 0}^{\infty}\left( {1 - \beta} \right)^{d} = \frac{1}{\beta}\]
Collecting up:
\[C = \frac{\alpha S}{\beta} = R_{0}\]

Average recovery time

The probability that the infectious person recovers on day d is \(P_{d} = \beta F_{d} = \beta\left( {1 - \beta} \right)^{d}\). The sum of all the probabilities add up to 1, as they should:
\[\sum\limits_{d = 0}^{\infty}P_{d} = \sum\limits_{d = 0}^{\infty}\beta\left( {1 - \beta} \right)^{d} = \frac{\beta}{\beta} = 1\]
The geometric sum comes in again here.
The average recovery time uses a modified geometric sum formula:
\[\sum\limits_{d = 0}^{\infty}d\left( {1 - \beta} \right)^{d} = \frac{1}{\beta^{2}}\]
Hence:
\[\left\langle d \right\rangle = \sum\limits_{d = 0}^{\infty}dP_{d} = \sum\limits_{d = 0}^{\infty}\beta d\left( {1 - \beta} \right)^{d} = \frac{\beta}{\beta^{2}} = \frac{1}{\beta}\]
We have used a standard notation for average with the angled brackets around the letter representing the averaged entity:\(\left\langle d \right\rangle\). There are other ways, such as an overbar and so on.
Next ▶