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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,10 @@ It is possible to manually increase (or decrease) the accumulated log density fr
130
130
@addlogprob!
131
131
```
132
132
133
-
Return values of the model function for a collection of samples can be obtained with [`returned_quantities`](@ref).
133
+
Return values of the model function for a collection of samples can be obtained with [`returned(model, chain)`](@ref).
134
134
135
135
```@docs
136
-
returned_quantities
136
+
returned(model, chain)
137
137
```
138
138
139
139
For a chain of samples, one can compute the pointwise log-likelihoods of each observed random variable with [`pointwise_loglikelihoods`](@ref). Similarly, the log-densities of the priors using
0 commit comments