There are different models to define the SIRD/SEIRD models of infection, for instance in one manual:
dS/dt = S - (α/N)SI
where S
is the number of susceptible people, I
the number of infected people, N
the total population, and α
the rate of infection.
In another manual, the same compartment is defined by:
dS/dt = S - λS
where λ
is the force of infection.
Since the two formulae point to the same object (the decrease of susceptible people, dS/dt), it should be possible to merge them:
S - (α/N)SI = S - λS
(α/N)SI = λS
αI/N = λ
Is this equation correct?
Can either α
or λ
be calculated from epidemic curves?
For instance, it is also reported that
λ = βI
where β
is the number of effective contacts per unit time. Could β
be derived from epidemic curves?
Also, it is possible to derive the growth of infection Λ
from an epidemic curve by deriving the slope of the regression line passing to the early, exponential cases of infection. How is Λ
related to λ
?
Is Λ
the same as α
?