Skip to content

Commit 40ed08a

Browse files
committed
Merge remote-tracking branch 'origin/master' into mhauru/0.36-gibbs
2 parents 5c7974b + 2190475 commit 40ed08a

File tree

1 file changed

+1
-1
lines changed
  • tutorials/docs-12-using-turing-guide

1 file changed

+1
-1
lines changed

tutorials/docs-12-using-turing-guide/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ end
280280
281281
# Construct a model with x = missing
282282
model = gdemo(missing)
283-
c = sample(model, HMC(0.01, 5), 500)
283+
c = sample(model, HMC(0.05, 20), 500)
284284
```
285285

286286
Note the need to initialize `x` when missing since we are iterating over its elements later in the model. The generated values for `x` can be extracted from the `Chains` object using `c[:x]`.

0 commit comments

Comments
 (0)