oneDay_larvaDM_stochastic_Patch: Stochastic Larva Death and Pupation

View source: R/Patch-Simulation.R

oneDay_larvaDM_stochastic_PatchR Documentation

Stochastic Larva Death and Pupation

Description

The daily number of larvae surviving is drawn from a binomial distribution, where survival probability is given by

(1-\mu_{aq}) * F(L)

. F(L), the density dependence is calculated as

F(L[t])=\Bigg(\frac{\alpha}{\alpha+\sum{\overline{L[t]}}}\Bigg)^{1/T_l}

. See parameterizeMGDrivE for how these parameters are derived. Pupation has no parameters, so the final day of larvae naturally enter the pupal state.

Usage

oneDay_larvaDM_stochastic_Patch()

MGDrivE documentation built on Sept. 9, 2025, 5:42 p.m.