A Gentle Introduction to Markov Chain Monte Carlo (2012)(theclevermachine.wordpress.com)
theclevermachine.wordpress.com
A Gentle Introduction to Markov Chain Monte Carlo (2012)
https://theclevermachine.wordpress.com/2012/11/19/a-gentle-introduction-to-markov-chain-monte-carlo-mcmc/
4 comments
I'm not sure where you are coming from. I recognize the sentiment, but I don't feel it for this one. The mathematical notation used here is commonly taught in high schools.
The basics of Probability Theory, and Integrals are prerequisite to the introduction. p(x|y) means the chance that x happens if y happened - that notation is more common in the US I believe.
There even is accompanying code. MatLab is admittedly less common than python, but the code looks nearly the same as it would in NumPy.
This might seem intimidating, but is conceptually rather easy.
The basics of Probability Theory, and Integrals are prerequisite to the introduction. p(x|y) means the chance that x happens if y happened - that notation is more common in the US I believe.
There even is accompanying code. MatLab is admittedly less common than python, but the code looks nearly the same as it would in NumPy.
This might seem intimidating, but is conceptually rather easy.
> This might seem intimidating, but is conceptually rather easy.
Yes, that is exactly the problem. This article makes its subject unnecessarily confusing.
Yes, that is exactly the problem. This article makes its subject unnecessarily confusing.
What are the best ways, if any, to test for the convergence (or pseudo-convergence) of the Markov chain to the equilibrium distribution?
In the same vein of "speaking the language of your audience" I'd think that Python would be a more readable and commonly understood language for examples.