Realized that the forward model assumes no infectiousness on day 0 of infection, and this is not the case if you just back-calculate R(t) by convolving incident infections with the generation interval specified, bc this generation interval is starting at day 1.
To back-calculate properly, we need to add 0 density on day 0 to the generation interval.
Realized that the forward model assumes no infectiousness on day 0 of infection, and this is not the case if you just back-calculate R(t) by convolving incident infections with the generation interval specified, bc this generation interval is starting at day 1.
To back-calculate properly, we need to add 0 density on day 0 to the generation interval.
This explains why our R(t)s have looked jagged.