-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Labels
Description
It might be a good idea to add a slab-and-spike prior into Turing.
Currently, user can only do the following:
s ~ Bernoulli(p)
z ~ Normal(0, v)
b ~ s*zIn this case the user would have to use SMC, PG or a combination of PG and HMC/NUTS. A custom distribution would allow users to use HMC only, which would be a good feature. Something like:
b ~ SlabAndSpike(p, v)I should have a look how this is handled in Stan link.
richardreeve, yingqiuz and DoktorMike