Compute empirical \(R_t\), via Cori et al. (2013) method.
rt_empirical(cases, window_size, serial_mean, serial_var)A vector of same length as cases, giving the empirical estimate of the effective reproductive number over time.
Vector of (confirmed) cases.
The maximum value for the serial interval.
Mean of the serial interval on the log scale.
Variance of the serial interval on the log scale.