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
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu
40
40
|`@model`|[`DynamicPPL.@model`](@extref)| Define a probabilistic model |
41
41
|`@varname`|[`AbstractPPL.@varname`](@extref)| Generate a `VarName` from a Julia expression |
42
42
|`to_submodel`|[`DynamicPPL.to_submodel`](@extref)| Define a submodel |
43
-
|`prefix`|[`DynamicPPL.prefix`](@extref)| Prefix all variable names in a model with a given symbol |
43
+
|`prefix`|[`DynamicPPL.prefix`](@extref)| Prefix all variable names in a model with a given VarName|
44
44
|`LogDensityFunction`|[`DynamicPPL.LogDensityFunction`](@extref)| A struct containing all information about how to evaluate a model. Mostly for advanced users |
0 commit comments