The SI
model for mosquito infection
dynamics has the defined variable classes:
is the density of mosquitoes in each patch; is the density of infected mosquitoes in each patch.
The density of infectious mosquitoes in each patch is
given by a term (returned by F_fqZ.SI):
The model blood feeding parameters are:
is the overall blood feeding rate is the human fraction for blood feeding
The parameters describing egg laying (see F_eggs.SI) are:
is the egg laying rate is the number of eggs per batch
The model demographic parameters are:
is the mortality rate is the emigration rate is the emigration loss rate is the mosquito dispersal matrix
The four parameters describing mortality and migration are used to construct a
demographic matrix:
The emergence rate of adult mosquitoes,
Usage
# S3 method for class 'SI'
dMYZdt(t, y, pars, s)