From b35b95124207af74e454e66aa5bd28f1a9450dad Mon Sep 17 00:00:00 2001 From: Anthony Lim Date: Thu, 14 Nov 2024 16:39:17 +0000 Subject: [PATCH] refs #92 MCMC --- docs/source/cf_methods.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/cf_methods.rst b/docs/source/cf_methods.rst index 850cd19b..7283809b 100644 --- a/docs/source/cf_methods.rst +++ b/docs/source/cf_methods.rst @@ -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.