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 bd92af5 commit 8fce7deCopy full SHA for 8fce7de
pymc/smc/sample_smc.py
@@ -101,7 +101,7 @@ def sample_smc(
101
-----
102
SMC works by moving through successive stages. At each stage the inverse temperature
103
: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.
+ we have the prior distribution and when :math:`\beta = 1` we have the posterior distribution.
105
So in more general terms, we are always computing samples from a tempered posterior that we can
106
write as:
107
0 commit comments