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 6f3cccd commit ee61c56Copy full SHA for ee61c56
developers/compiler/model-manual/index.qmd
@@ -28,6 +28,8 @@ However, models can be constructed by hand without the use of a macro.
28
Taking the `gdemo` model above as an example, the macro-based definition can be implemented also (a bit less generally) with the macro-free version
29
30
```{julia}
31
+using DynamicPPL
32
+
33
# Create the model function.
34
function gdemo2(model, varinfo, context, x)
35
# Assume s² has an InverseGamma distribution.
0 commit comments