Skip to content

Commit c44a5d2

Browse files
committed
s_vv to s2_vv
1 parent 7c0dc2f commit c44a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/logprob/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def conditional_logp(
439439
``sigma2_rv``.
440440
441441
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})``
442+
``s2_vv = pt.scalar("s2")``, then ``conditional_logp({Y_rv: y_vv, sigma2_rv: s2_vv})``
443443
yields the conditional log-probabilities of the two variables.
444444
The sum of the two terms gives their joint log-probability.
445445

0 commit comments

Comments
 (0)