Package: mcmcensemble Title: Ensemble Sampler for Affine-Invariant MCMC Version: 3.2.0.9000 Authors@R: c(person(given = "Hugo", family = "Gruson", role = c("cre", "aut", "cph"), email = "hugo.gruson+R@normalesup.org", comment = c(ORCID = "0000-0002-4094-1476")), person(given = "Sanda", family = "Dejanic", role = c("aut", "cph")), person(given = "Andreas", family = "Scheidegger", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-2575-2172"))) Description: Provides ensemble samplers for affine-invariant Monte Carlo Markov Chain, which allow a faster convergence for badly scaled estimation problems. Two samplers are proposed: the 'differential.evolution' sampler from ter Braak and Vrugt (2008) and the 'stretch' sampler from Goodman and Weare (2010) . License: GPL-2 URL: https://hugogruson.fr/mcmcensemble/, https://github.com/Bisaloo/mcmcensemble BugReports: https://github.com/Bisaloo/mcmcensemble/issues Depends: R (>= 3.5) Imports: future.apply, progressr Suggests: bayesplot, coda, mockery, testthat (>= 3.0.0), knitr, rmarkdown, mvtnorm Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/Needs/website: spacefillr VignetteBuilder: knitr Repository: https://bisaloo.r-universe.dev Date/Publication: 2025-07-24 08:37:33 UTC RemoteUrl: https://github.com/bisaloo/mcmcensemble RemoteRef: HEAD RemoteSha: 743054509be5d5eed23d26df8fc77145adf8aa08 NeedsCompilation: no Packaged: 2026-06-19 09:44:24 UTC; root Author: Hugo Gruson [cre, aut, cph] (ORCID: ), Sanda Dejanic [aut, cph], Andreas Scheidegger [aut, cph] (ORCID: ) Maintainer: Hugo Gruson