Skip to content

Add Slab-and-Spike prior #847

@trappmartin

Description

@trappmartin

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*z

In 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions