Estimate the time-varying reproduction number from incidence data
fit_epifilter.Rd
Estimate the time-varying reproduction number from incidence data
Arguments
- N
number of data points
- C
case counts
- w
discretised serial interval
- is_sampling
Boolean indicating if sampling is to be used (if TRUE) or optimisation (if FALSE). Defaults to TRUE
- ...
Arguments passed to
rstan::sampling()
(ifis_sampling=TRUE
) orrstan::optimizing()
(ifis_sampling=FALSE
)