epiverse-trace / epidemics

A library of published compartmental epidemic models, and classes to represent demographic structure, non-pharmaceutical interventions, and vaccination regimes, to compose epidemic scenarios.
https://epiverse-trace.github.io/epidemics/
Other
8 stars 2 forks source link

Incorrect equations in Vacamole vignette #252

Open sdwfrost opened 1 month ago

sdwfrost commented 1 month ago

The equations for the Vacamole model in the vignette are as follows:

$$dH = \eta I - \gamma H - \eta_2 H - \omega H$$

However, the equations in the header are:

dxdt.col(7) = iToH - hToR - hToD;               // ηI - γH - ωH