Drop the first element of a simplex and re-normalize the result to sum to 1.
Source:R/delay_distribs.R
drop_first_and_renormalize.Rd
When this vector corresponds to the generation interval distribution, we want to drop this first bin. The renewal equation assumes that same-day infection and onward transmission does not occur, and we assume everything is 1 indexed not 0 indeced. We need to manually drop the first element from the PMF vector.