Skip to content

Commit

Permalink
refs #92 MCMC
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Nov 14, 2024
1 parent 2ac1d26 commit b35b951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/cf_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ Each walker describes the potential parameters for the model, :math:`\underline{
The walkers are then evolve to their new positions according to the equation

.. math::
:label:MCMCDE
\underline{\theta}_i^{t+1} = \underline{\theta}_i^t + \gamma(\underline{\theta}_j^t - \underline{\theta}_k^t) + \underline{\epsilon}
where :math:`i\ne j\ne k`, `gamma` gives the strength of the coupling between the walkers and :math:`\epsilon` provides a random change to the parameters.
Expand Down

0 comments on commit b35b951

Please sign in to comment.