stephenslab / ebnm

R package to fit Empirical Bayes Normal Means model.
https://stephenslab.github.io/ebnm/
12 stars 9 forks source link

ebnm_point_tnormal #133

Open pcarbo opened 4 months ago

pcarbo commented 4 months ago

One useful prior family that is missing from the current available options is a truncated normal (or mixture of truncated normal and point-mass at zero). The "generalized binary" prior is similar but rather specialized.

Anyhow, perhaps we could start with a basic implementation, building off of the generalized binary prior, and call it ebnm_point_tnormal?