Skip to content

Commit

Permalink
add sentence following Penny's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Oct 27, 2024
1 parent 3785256 commit 4a222d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/abstractprobprog.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function condition end
Fix the values of parameters specified in `params` within the probabilistic model `model`.
This operation is equivalent to treating the fixed parameters as being drawn from a point mass
distribution centered at the values specified in `params`.
distribution centered at the values specified in `params`. Thus these parameters no longer contribute
to the accumulated log density.
Conceptually, this is similar to Pearl's do-operator in causal inference, where we intervene
on variables by setting them to specific values, effectively cutting off their dependencies
Expand Down

0 comments on commit 4a222d2

Please sign in to comment.