Studies inferring infection dynamics from deaths with estimate_infections()? #529
Replies: 4 comments 1 reply
-
Thanks! I'm not aware of any papers that did that but it's a nice use case that might be good for a vignette / doc - one thing to note is that for this use case (where you're not interested in real time estimates) you could use the nonmechanistic infection model by setting |
Beta Was this translation helpful? Give feedback.
-
Thanks @adamkucharski. The persistent underestimation here makes me think there is a mismatch between the simulation and the Agree with Seb's suggestion to make use of the deconvolution approach if this is the interest. That will still potentially slightly struggle here as it assumes a log link whereas the simulated data looks like its linear/constant but it should do better than assuming a renewal generative process. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Follow up observation - obviously the above infection curve is sensitive to the assumption about onset-to-death, which is commonly cited as 17-20 days (e.g. median in Linton et al, adjusting for truncation, is 17 days). But in this Co-CIN report on data from first wave in UK implies median 13 days (analysed in autumn 2020, so shouldn't be subject to truncation?). Can't find any more comprehensive studies reporting distributions from UK. If we shift delay a few days shorter, we shift the conclusion of peak timing – seems like a crucial estimate about UK dynamics to pin down... |
Beta Was this translation helpful? Give feedback.
-
Was recently having another look through this paper using a GAM approach for infection estimation and wondered if there’s been any research papers using the estimate_infections() from EpiNow2 to infer infection dynamics from deaths? Know there was a lot of work on cases, but anything with more lagged (but perhaps less reporting-dependent) outcomes?
Had a go at coding up a rough simulation recovery example in the process, partly to see what performance looked like, and partly to see where if there were any obvious places for integration/streamlining with other tools might be (e.g. epiparameter, incidence2). Gist is here with 'OBSERVATIONS' highlighting some thoughts on links with other tools (edited from earlier version to use
epinow
and fix distribution assumptions - adapting some implementation by @avallecam here.Beta Was this translation helpful? Give feedback.
All reactions