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 10de51f commit a19bf2fCopy full SHA for a19bf2f
src/accumulators.jl
@@ -16,8 +16,8 @@ An accumulator type `T <: AbstractAccumulator` must implement the following meth
16
- `Base.copy(acc::T)`
17
18
In these functions:
19
-- `val` is the new value of the random variable sampled from a new distribution (always
20
- in the original unlinked space), or the value on the left-hand side of an observe
+- `val` is the new value of the random variable sampled from a distribution (always in
+ the original unlinked space), or the value on the left-hand side of an observe
21
statement.
22
- `dist` is the distribution on the RHS of the tilde statement.
23
- `vn` is the `VarName` that is on the left-hand side of the tilde-statement. If the
0 commit comments