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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Part of the API of DynamicPPL is defined in the more lightweight interface packa
8
8
9
9
A core component of DynamicPPL is the [`@model`](@ref) macro.
10
10
It can be used to define probabilistic models in an intuitive way by specifying random variables and their distributions with `~` statements.
11
-
These statements are rewritten by `@model` as calls of [internal functions](@ref model_internal) for sampling the variables and computing their log densities.
11
+
These statements are rewritten by `@model` as calls of internal functions for sampling the variables and computing their log densities.
0 commit comments