Skip to content

SMC sampling from prior stop working #3025

Closed
@aloctavodia

Description

@aloctavodia

Before #2984 this used to work

with pm.Model() as m:
    alfa = pm.HalfNormal('alfa', 20)
    p = pm.Beta('p', alfa, 1)
pm.distributions.draw_values([m['p']], size=10)

Also a model like this will fail when sampled using SMC, because SMC is initialized by sampling from the prior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions