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: docs/src/api.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,12 @@ It is possible to manually increase (or decrease) the accumulated log likelihood
160
160
@addlogprob!
161
161
```
162
162
163
+
If you want to perform observations in parallel (using Julia threads), you can use the following macro.
164
+
165
+
```@docs
166
+
@pobserve
167
+
```
168
+
163
169
Return values of the model function can be obtained with [`returned(model, sample)`](@ref), where `sample` is either a `MCMCChains.Chains` object (which represents a collection of samples) or a single sample represented as a `NamedTuple`.
0 commit comments