You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/docs-12-using-turing-guide/index.qmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ end
280
280
281
281
# Construct a model with x = missing
282
282
model = gdemo(missing)
283
-
c = sample(model, HMC(0.01, 5), 500)
283
+
c = sample(model, HMC(0.05, 20), 500)
284
284
```
285
285
286
286
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