Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated help files name starting with mcmc #257

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update mcmcDE.R
  • Loading branch information
TahminaMojumder committed Sep 22, 2023
commit 7e5b2ffe58982f255354c7f27fb45c91a3ad695f
2 changes: 1 addition & 1 deletion BayesianTools/R/mcmcDE.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param f scaling factor gamma
#' @param eps small number to avoid singularity
#' @param blockUpdate list determining whether parameters should be updated in blocks. For possible settings see Details.
#' @param message logical, Specifies whether to print the progress of the sampler.
#' @param message logical, specifies whether to print the progress of the sampler.
#' @references Braak, Cajo JF Ter. "A Markov Chain Monte Carlo version of the genetic algorithm Differential Evolution: easy Bayesian computing for real parameter spaces." Statistics and Computing 16.3 (2006): 239-249.
#' @export
#' @example /inst/examples/DEfamilyHelp.R
Expand Down