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 7c0dc2f commit c44a5d2Copy full SHA for c44a5d2
pymc/logprob/basic.py
@@ -439,7 +439,7 @@ def conditional_logp(
439
``sigma2_rv``.
440
441
If we specify a value variable for ``sigma2_rv``, i.e.
442
- ``s_vv = pt.scalar("s2")``, then ``conditional_logp({Y_rv: y_vv, sigma2_rv: s_vv})``
+ ``s2_vv = pt.scalar("s2")``, then ``conditional_logp({Y_rv: y_vv, sigma2_rv: s2_vv})``
443
yields the conditional log-probabilities of the two variables.
444
The sum of the two terms gives their joint log-probability.
445
0 commit comments