Adult Mosquitoes - BQS
The Feeding Cycle Model
BQS.Rmd
The BQS
model describes a discrete-time, behavioral
state model for adult mosquitoes moving on point sets. The model has
three states: blood feeding
egg laying
and sugar feeding
Point Sets
We define this class of micro-simulation models on point sets representing the locations of resources: haunts where mosquitoes rest and where a mosquito might find and feed on a vertebrate host; and aquatic habitats where mosquitoes could find aquatic habitats and lay eggs.
Let denote the point set where blood feeding could occur;
Let denote the point set where egg laying could occur;
Let denote the point set where sugar feeding could occur;
Dispersal
Movement among point sets is modeled using matrices that describe where mosquitoes move each time step. The proportion moving from a point in one set to another, from to , is described by a matrix or equivalently . Similarly, the proportion moving from a point in one set to a point in the other is .
Note that the diagonal of is the probability of staying.
Mortality while searching is referenced to the source point, and it is not part of the dispersal matrices.
We assume that every surviving mosquito ends up somewhere. Since there are a finite number of destinations, each column is a probability mass function (PMF).
Searching for Blood
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Searching for Aquatic Habitats
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Searching for Sugar
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Let denote a matrix describing the location where mosquitoes end their flights in starting from each point in .
Variables & Terms
In the simulation models, the number of adult mosquitoes emerging from each aquatic habitat on each day is a vector denoted that can be either passed as a parameter or simulated using a population dynamic model for aquatic immature population dynamics. Adult mosquitoes are located at one of these points at each point in time (, one day), represented as a set of vectors: , the number seeking blood at haunts; or , the number attempting to lay eggs at habitats.
Emerging Adults
Let denote the number of recently emerged mosquitoes at
Note that can be passed as a parameter, or it could be computed from a model for aquatic mosquito dynamics.
Adults in Behavioral States
Let denote the number of blood feeding mosquitoes at
Let denote the number of egg laying mosquitoes at
Let denote the number of sugar feeding mosquitoes at
Parameters
Mosquito bionomics can depend on both behavioral state and location, including daily survival and daily blood feeding or egg laying success. Note that survival is linked to the point where the search started, but foraging success is linked to the point where the mosquito ends up after moving in a time step.
Survival:
Let denote the probability of surviving for a mosquito at at time
Let denote the probability of surviving for a mosquito at at time
Let denote the probability of surviving for a mosquito at at time
Foraging Success:
Let denote the probability of blood feeding for a mosquito at at time and let
Let denote the probability of laying eggs for a mosquito at at time and let
Let denote the probability of sugar feeding for a mosquito at at time and let
State Transitions
In the models with sugar feeding, we to describe the frequency of switching to sugar feeding from other states. Each day, some fraction of mosquitoes switch to a sugar feeding state from various points in the feeding cycle (Figure 1):
a switch to sugar feeding occurs in a fraction of recently emerged mosquitoes, ;
switch to sugar feeding occurs after egg laying, ;
a fraction of egg laying mosquitoes switches to sugar feeding after a failed egg laying attempt, . We implicitly assume that the eggs in each batch are lost.
a fraction of blood feeding mosquitoes switches to sugar feeding after a failed flood feeding attempt, .
We assume that all mosquitoes revert to blood feeding after sugar feeding, implying that the mosquito resorbed the eggs. We also assume that mosquitoes would never attempt to sugar feed after a blood meal, but that they would instead always attempt to lay eggs at least once (Fig. 1).

BQS
modelDynamics
In the basic feeding cycle model over one time step, mosquitoes either attempt to blood feed or attempt to lay eggs. The result of an attempt is either survival or death, and if the mosquito survives, success or failure. A success moves a mosquito to the other state, and if they fail, they must try again. Either way, the mosquito moves to a point in the set for the resource they seek:
The equations for sugar feeding are: