Skip to content

Commit 4a222d2

Browse files
committed
add sentence following Penny's comment
1 parent 3785256 commit 4a222d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/abstractprobprog.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ function condition end
6767
6868
Fix the values of parameters specified in `params` within the probabilistic model `model`.
6969
This operation is equivalent to treating the fixed parameters as being drawn from a point mass
70-
distribution centered at the values specified in `params`.
70+
distribution centered at the values specified in `params`. Thus these parameters no longer contribute
71+
to the accumulated log density.
7172
7273
Conceptually, this is similar to Pearl's do-operator in causal inference, where we intervene
7374
on variables by setting them to specific values, effectively cutting off their dependencies

0 commit comments

Comments
 (0)