Reproductive number

Gist

The total number of secondary cases produced by an infected individual. Though, if we want to be more general, it's used in ecology and demography for the number of offspring a parent would have.

Interpretation

If R>1 , epidemic grows!
If R < 1, epidemic dies.

Flavors

  1. R0 (R-Naught): This is the average number of secondary cases produced by a primary case in a completely susceptible population. Easier to calculate.
  2. Rt (Effective reproductive number) : This is the average number of secondary cases produced by a primary in a not completely susceptible population. Harder to calculate.

Connection to intrinsic growth rate

Related to the Equation - Lotka–Euler.

Derivation

The total number of offsprings mothers would produce is:

R=a=0infn(a)da

where n(a) is the total number of female offsprings born to a mother of age a

The rate n(a) can be normalized in a probability distribution g(a):

g(a)=n(a)(n(a)da=n(a)R

This g(a) can be considered the generation interval distribution. The age in this case is the age since infection. Then we can fit this into the Lotka-Euler Equation:

1R=a=0inferag(a)da,
This is the Laplace transform of function g(a)

Also a Moment generating function

And in the paper. The moment generating function is M and we can state:

R=1M(r)

So if we have a standard SIR model, we assume that the rate of leaving the infectious period is γ. And the waiting time is exponentially distributed (check Distribution- Exponential ) and therefore the mean time that an individual is infectious is 1γ

The exponential moment generating function is M(z)=γγz and if we replace z with r
then M(r)=γγ+r or R=γ+rγ=1+rγ.

References

Wallinga, Jacco, and Marc Lipsitch. "How generation intervals shape the relationship between growth rates and reproductive numbers." Proceedings of the Royal Society B: Biological Sciences 274.1609 (2006): 599.