Skip to content

Commit 9a7e18f

Browse files
committed
updated docs
1 parent 34fb6bd commit 9a7e18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ It is possible to manually increase (or decrease) the accumulated log density fr
126126
@addlogprob!
127127
```
128128

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).
130130

131131
```@docs
132-
generated_quantities
132+
returned_quantities
133133
```
134134

135135
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

Comments
 (0)