Closed ElliottMess closed 1 year ago
The issue identified is coming from the flat extrapolation code that was included. It basically carries the last value to the end of the time series, without any consideration for the . I assume this part of the code was included to avoid having a drop in the number of people reached by campaigns and thus with the overall pathogen value. This leads to an important change in the billions value:
With current data, the prevent billion contribution passes from 12 million to -91 million, so a swing of about 100million.
Sounds like a discussion is needed! (Would be a bit worried about reducing by 100 million.....)
Indeed, it would be good to discus to make sure that I am the right track with this.
For instance, if meningitis campaign numerator are as follow:
As meningitis vaccination has a 10 years validity, we would expect the values to be carried for 10 years, as the parameter
n
passedextrapolate_campaign_vector
intransform_prev_cmpgn_data
suggests. The above data should then look something likemeningitis_campaign_num_expected
: