epinowcast / epidist

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

Expected delay variance using `tidybayes` #241

Open athowes opened 2 months ago

athowes commented 2 months ago

The tidybayes package via brms has functionality to get the expected prediction .epred.

What we might also like to do is to get the expected prediction variance. This is implemented in add_mean_sd but perhaps there is a more native way to do it.

athowes commented 2 months ago

From @seabbs:

seabbs commented 2 months ago

I think in terms of a standard interface then the last (wasteful) workflow seems like a good thing to support as it will work for all families regardless of what has or hasn't been implemented. Once that is there we can circle back and think about 2/or pushing for it to get better ecosystem support.