bucky.model.vacc#

Vaccine related functions.

Module Contents#

Classes#

buckyVaccAlloc

Class managing all the vaccine rollout related estimates.

class bucky.model.vacc.buckyVaccAlloc(g_data, cfg, first_date, scen_params=None)[source]#

Class managing all the vaccine rollout related estimates.

S_eff(self, y, params, t)[source]#

Fraction of the population that is susceptible after removing those with immunity.

V_eff(self, y, params, t)[source]#

Total number of people with immunity as a fraction of the pop.

V_tot(self, params, t)[source]#

Total number of effectively vaccinated people as a fraction of the pop.

reroll_distribution(self)[source]#

Reroll the vaccine distributions to states after updating the params.

reroll_doses(self)[source]#

Reroll the number of vaccinated people with updated params (from the MC).