We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda84c commit f3d4fa9Copy full SHA for f3d4fa9
docs/src/api.md
@@ -65,7 +65,7 @@ DynamicPPL.LogDensityFunction
65
A [`Model`](@ref) can be conditioned on a set of observations with [`AbstractPPL.condition`](@ref) or its alias [`|`](@ref).
66
67
```@docs
68
-|(::Model, ::Any)
+|(::Model, ::Union{Tuple,NamedTuple,AbstractDict{<:VarName}})
69
condition
70
DynamicPPL.conditioned
71
```
0 commit comments