diff --git a/abcpmc/sampler.py b/abcpmc/sampler.py index 791a6f1..cc5d741 100644 --- a/abcpmc/sampler.py +++ b/abcpmc/sampler.py @@ -129,7 +129,7 @@ def _get_sigma(self, theta, k): class OLCMParticleProposal(ParticleProposal): """ - Creates new particles using an optimal loacl covariance matrix (Fillipi et al. 2012) + Creates new particles using an optimal local covariance matrix (Fillipi et al. 2012) """ def _get_sigma(self, theta):