This issue was raised by @BlackEdder in comments on issue #33.
It should be possible to calculate the number of individuals of each age group expected to be vaccinated for a single-dose vaccination regime, given enough susceptibles ($S$) in each group, as $\nu \times S \times$ vaccination interval (in days).
This issue is to request a function f(vaccination, population) that takes a <vaccination> and <population>, and calculates the expected number of vaccinated individuals. This should be used to check the correctness of epidemic model runs (of the 'default' model) that implement vaccination. This would only hold when assuming that the population has enough individuals to be vaccinated (i.e., not everyone is infected and thus considered ineligible for vaccination).
This issue was raised by @BlackEdder in comments on issue #33.
It should be possible to calculate the number of individuals of each age group expected to be vaccinated for a single-dose vaccination regime, given enough susceptibles ($S$ ) in each group, as $\nu \times S \times$ vaccination interval (in days).
This issue is to request a function
f(vaccination, population)that takes a<vaccination>and<population>, and calculates the expected number of vaccinated individuals. This should be used to check the correctness of epidemic model runs (of the 'default' model) that implement vaccination. This would only hold when assuming that the population has enough individuals to be vaccinated (i.e., not everyone is infected and thus considered ineligible for vaccination).