Arnau Quera-Bofarull
Results
11
issues of
Arnau Quera-Bofarull
Hello, Imagine we have a model that looks like this ```julia @model function m(data) θ ~ Normal(0, 1) x ~ f(θ) data ~ Normal(x, 1.0) end ``` Where `f` is...