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
@@ -126,10 +126,10 @@ It is possible to manually increase (or decrease) the accumulated log density fr
126
126
@addlogprob!
127
127
```
128
128
129
-
Return values of the model function for a collection of samples can be obtained with [`generated_quantities`](@ref).
129
+
Return values of the model function for a collection of samples can be obtained with [`returned_quantities`](@ref).
130
130
131
131
```@docs
132
-
generated_quantities
132
+
returned_quantities
133
133
```
134
134
135
135
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