Skip to content

Commit

Permalink
fixed docs in Metropolis
Browse files Browse the repository at this point in the history
  • Loading branch information
prmiles committed Jun 13, 2019
1 parent c9764b0 commit 4696e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymcmcstat/samplers/Metropolis.py
Expand Up @@ -132,7 +132,7 @@ def evaluate_likelihood_function(cls, ss1, ss2, sigma2, newprior, oldprior):
For the Gaussian likelihood and prior, this yields the acceptance ratio
.. math::
.. math::
\\alpha = \\exp\\Big[-0.5\\Big(\\sum\\Big(\\frac{ SS_{q^*} \
- SS_{q^{k-1}} }{ \\sigma_{k-1}^2 }\\Big) + p_1 - p_2\\Big)\\Big].
Expand Down

0 comments on commit 4696e45

Please sign in to comment.