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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ In the context of nesting models, it's also useful to prefix the variables in su
25
25
26
26
```@docs
27
27
@prefix
28
+
DynamicPPL.prefix
28
29
```
29
30
30
31
### Type
@@ -129,6 +130,7 @@ Return values of the model function for a collection of samples can be obtained
129
130
130
131
```@docs
131
132
@returned_quantities(model, input)
133
+
DynamicPPL.returned_quantities
132
134
```
133
135
134
136
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