A place to keep notes on expandify implementation (ageify, vaxify) assumptions and future work (instead of relying on disparate FIXMEs).
distribute_counts()
(via smart_round()
: preferentially fills counts from right to left (e.g. in expand_state_age
, counts from a specified state will be distributed from older age groups to younger)expand_state_vax()
: everyone starts in the unvaccinated compartment, regardless of epi status or point in the epidemic.
make_state(x = vec)
?mk_vaxrates()
: we need to know (or be able to calculate the number of doses per day administered to each subgroup (e.g. age category) of the population.condense_vax()
: make it work for ageified case (don’t condense over age groups)mk_vaxrates()
: check that it works for ageified parameters (specifically the doses_per_day/params[["N"]]
calculation, since this is a vector divided by a vector)timepars
or calibrate
when these rates are calculated?