You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can ask user to specify either R0 and serial interval or doubling/halving time for exponential growth/decay. This gives us a way to look at steady state occupancy.
The text was updated successfully, but these errors were encountered:
Park et al (2020) have done a systematic review containing serial interval and R0. They cite Du et al. (2020) who studied 468 pairs and report a mean of 3.96 (SD 4.75) days, with negative serial intervals indicating presymptomatic transmission. So perhaps in this case a normal distribution for the serial interval is most appropriate.
Above implementation not correct. Need to cannibalise the r_doubling code to pull out the generation of R0 and Tc values and then put a selector to determine whether to use doubling time or a branching process. Will also require a selector for the dispersion parameter of the negative binomial distribution. This should probably only take on published values for the time being: 0.1 (Endo et al.) and 0.54 (Riou and Althaus).
Can ask user to specify either R0 and serial interval or doubling/halving time for exponential growth/decay. This gives us a way to look at steady state occupancy.
The text was updated successfully, but these errors were encountered: