Closed seabbs closed 2 years ago
Some tweaks + switched to initialising the growth rates etc with their own parameters.
Some notes:
I've made the antibody model optional and renamed it to be the main model. I've also added date and gp approximation to the estimation script as if only interested in now we don't really need to estimate a whole year etc.
@sbfnk it would be good to know how your branch has diverged from this and/or what updates need to be made to support it? I've built subsequent updates on top of it so would be good to make sure makes sense.
This is an example of a potential extension for adding n differences. The default 0 would be a model that had the mean of the cases (now fit in model) as mean of the GP. A first order would be a model that had a 0 growth rate as the mean of the GP. A second order would be a model that had r_t-1 as the mean at time t, this would be a logit version of the EpiNow2 default. Higher orders possible and maybe sensible but likely hard to fit (i.e would be assuming change in growth rate continues unless supported by data).