brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
254 stars 52 forks source link

Rename BMMG to BMC3 #70

Closed bdeonovic closed 8 years ago

bdeonovic commented 8 years ago

I’ve discovered that the first time this algorithm was described was probably in 1995 and they referred to it as MCMC Model Composition (MC3). The original paper allowed the different "models" to be general (not necessarily defined by a vector of binary values) so I think Binary MC3 makes sense as a name. I've updated the name and documentation.

brian-j-smith commented 8 years ago

Sounds reasonable. As discussed offline, rebase onto master and deprecate the old function names and exports.