Adult Mosquitoes - BQ
A Minimal Feeding Cycle Model
BQ.Rmd
The BQ
model describes a discrete-time, behavioral state
model for adult mosquitoes moving on point sets. The model has two
states: blood feeding
and egg laying
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;
Dispersal
Movement among point sets is modeled using matrices that describe where mosquitoes move each time step. We assume that every surviving mosquito ends up somewhere. Mortality while searching is referenced to the point where the search starts.
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 . Since there are a finite number of destinations, each column is a probability mass function (PMF).
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 .
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 at each point in time (e.g., one day), represented as a set of vectors: , the number seeking blood at haunts; or , the number attempting to lay eggs at habitats.
Let denote the number of blood feeding mosquitoes at
Let denote the number of egg laying mosquitoes at
Let denote the number of recently emerged 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
Foraging Success:
Let denote the probability of surviving for a mosquito at at time and let
Let denote the probability of surviving for a mosquito at at time and let
Dynamics
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 diagonal of is the probability of staying. The dynamics are: