CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.63k stars 7.86k forks source link

MCMC = Markov Chain Monte Carlo; not Monte Carlo Markov Chains #77

Closed felixr closed 11 years ago

felixr commented 11 years ago

I believe it should be Markov Chain Monte Carlo not Monte Carlo Markov Chains.

Chapter 3 - Opening the black box of MCMC "The machinery being employed is called Monte Carlo Markov Chains "

In Chapter 1 "The machinery being employed is called Monte Carlo Markov Chains"

CamDavidsonPilon commented 11 years ago

Yup, that's a mistake: I didn't pay close enough attention. I'll fix this in my next commit. Thanks @felixr

CamDavidsonPilon commented 11 years ago

fixed in latest commit. Thanks