The other approach is to assume that instead of the initial trend, after some
time a second trend (slot trend2) takes over. In this case, the `dampingFunction`
slot is again a one-argument function that now gives the weight of the first trend, while `1-dampingFunction(year)` will give the weight of the second trend. As the weights
will be applied for the whole period from the base- to the observation year, the weights
need to be cumulated and normalized.
The argument
in this case is the actual calendar year (not the year since the base year like it was in the one-trend case above!)