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 3785256 commit 4a222d2Copy full SHA for 4a222d2
src/abstractprobprog.jl
@@ -67,7 +67,8 @@ function condition end
67
68
Fix the values of parameters specified in `params` within the probabilistic model `model`.
69
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`.
+distribution centered at the values specified in `params`. Thus these parameters no longer contribute
71
+to the accumulated log density.
72
73
Conceptually, this is similar to Pearl's do-operator in causal inference, where we intervene
74
on variables by setting them to specific values, effectively cutting off their dependencies
0 commit comments