We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f6508 commit 596a480Copy full SHA for 596a480
developers/compiler/model-manual/index.qmd
@@ -66,7 +66,7 @@ model2 = gdemo2([1.5, 2.0])
66
We can sample from this model in the same way:
67
68
```{julia}
69
-chain = sample(model2, NUTS(), 1000; progress=false)
+chain = sample(model2, MH(), 1000; progress=false)
70
```
71
72
The subsequent pages in this section will show how the `@model` macro does this behind-the-scenes.
0 commit comments