SwissTPH / openmalaria

A simulator of malaria epidemiology and control
GNU General Public License v2.0
76 stars 30 forks source link

add Gamma distribution for entoAvailability #369

Closed acavelan closed 1 year ago

acavelan commented 1 year ago

Add the possibility to sample the host availability from on the following distributions:

It can be specified via the <availability ... /> parameter in the entomology section of the xml, for each species.

Some examples include:


<availability /> <!-- default -->
<availability distr="gamma" CV="2"/>
<availability distr="lognormal" CV="2"/>
<availability distr="gamma" variance="3"/>
<availability distr="lognormal" CV="3"/>```