Temperature :

J - I
|
A - B - E - H
| |
C - D
* Might not always find global optimum.

MCMC simulation for a normal distribution

Mean, mu - Drawn from a Normal Distribution
Standard Deviation, sigma - Drawn from a Uniform Distribution
Data 183 192 182 183 177 185 188 188 182 185
If we don't know the distribution of data, how do we approximate the most probable value(mean)?
https://github.com/rasmusab/bayes.js
Questions?