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/gibbs.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,19 @@ end
116
116
117
117
where the model doesn't need to know the details of the `state` type, as long as it can access the `log_joint` function.
118
118
119
+
Additionally, we define a couple of helper functions to transform between the sampler representation and the model representation of the parameters values.
120
+
In this simple example, the model representation is a vector, and the sampler representation is a named tuple.
0 commit comments