Skip to content

Commit 8fce7de

Browse files
rowan-schaeferOriolAbril
authored and
Rowan Schaefer
committed
Update pymc/smc/sample_smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent bd92af5 commit 8fce7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/smc/sample_smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def sample_smc(
101101
-----
102102
SMC works by moving through successive stages. At each stage the inverse temperature
103103
:math:`\beta` is increased a little bit (starting from 0 up to 1). When :math:`\beta` = 0
104-
we have the prior distribution and when :math:`\beta` = 1 we have the posterior distribution.
104+
we have the prior distribution and when :math:`\beta = 1` we have the posterior distribution.
105105
So in more general terms, we are always computing samples from a tempered posterior that we can
106106
write as:
107107

0 commit comments

Comments
 (0)