We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1e40f + a816495 commit c6a6906Copy full SHA for c6a6906
src/mh-core.jl
@@ -20,7 +20,7 @@ Other allowed proposals are
20
```
21
p1 = StaticProposal(Normal(0,1))
22
p2 = StaticProposal([Normal(0,1), InverseGamma(2,3)])
23
-p3 = StaticProposal(a=Normal(0,1), b=InverseGamma(2,3))
+p3 = StaticProposal((a=Normal(0,1), b=InverseGamma(2,3)))
24
p4 = StaticProposal((x=1.0) -> Normal(x, 1))
25
26
0 commit comments