Skip to content

Want rxinfer equivalent of the following turing model  #202

@prantik1998

Description

@prantik1998

I am trying to port the following model from turing to rxinfer

@model function laplacian_model(A,y)
m,n = size(A)
mew ~ filldist(Laplace(10,1),n)
y ~ MvNormal(A*mew,[0.5 0;0 0.5])
end

I was not able to use laplce with rxinfer and also was not able to use cvi for non conjugate priors.

Any pointers on how to get this working in rxinfer.

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