Open athowes opened 2 months ago
@parksw3 I think this is in your wheelhouse and is a good fit
Models for deconvolution inference
Also is it not convolution
Also is it not convolution
Don't know / mind. Copied from @SamuelBrand1 👼
I feel like we always want to be talking about forward processes hence trying to avoid "deconvolution".
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.
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.
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:
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.Why is could be a good fit for this package
brms
intotidybayes
withloo
and all other Stan infra etc.). We could make it easy for a user to run this analysis, setting thefamily
argument, running inference, then usingloo
Other thoughts
brms::make_stancode
then start to build towards this without the constraints ofbrms
. I know people are working on this type of thing but don't know the state-of-the-artNext steps