Skip to content

new syntax is only possible with indexed statements #269

@wouterwln

Description

@wouterwln

I want to be able to do this:

@model function submodel(x, y, z)
    z ~ Gamma(1, 1)
    x ~ NormalMeanPrecision(y, z)
end

@model function some_model(y)
    x ~ submodel(y=y, z=new(z))
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions