epinowcast / epidist

Estimate epidemiological delay distributions with brms
http://epidist.epinowcast.org/
Other
13 stars 5 forks source link

Models for convolution inference #268

Open athowes opened 2 months ago

athowes commented 2 months ago

This issue is drawn from conversation with @zsusswein and @SamuelBrand1 at https://github.com/cdcent/cfa-parameter-estimates/issues/22.

Topline

Problem background

Let person A be the infector and person B be the infectee in an infector-infectee pair.

Assume that we would like to estimate the GI. However, we do not have direct observations of infection times for person A and person B. Instead we have:

  1. Data on time of symptom onset for person A and person B (i.e. data on the SI)
  2. Auxiliary data on the IP

Using these two sources of data, one can try to estimate the GI. This supposes that the auxiliary data for the IP can be reasonably applied to estimate the IP of person A and person B. Both sources of data are going to be subject to censoring and truncation biases (like the other data that epidist aims to handle). See Ferretti et al. 2020 for an example of doing this.

image

Why is could be a good fit for this package

Other thoughts

Next steps

seabbs commented 2 months ago

@parksw3 I think this is in your wheelhouse and is a good fit

seabbs commented 2 months ago

Models for deconvolution inference

Also is it not convolution

athowes commented 2 months ago

Also is it not convolution

Don't know / mind. Copied from @SamuelBrand1 👼

seabbs commented 2 months ago

I feel like we always want to be talking about forward processes hence trying to avoid "deconvolution".

SamuelBrand1 commented 2 months ago

pdf of $X + Y$ is a convolution... so in my head back inferring to get pdf of $X$ from data on $X + Y$ is a deconvolution.

SamuelBrand1 commented 2 months ago

From f2f I think @seabbs was a bit radicalised by some actual deconvolution techniques that used to be used... so I'm happy to go with his naming conventions.