mcmc.py 95 B

12345678
  1. #!/usr/bin/env python
  2. # coding: utf-8
  3. # (sec:mcmc)=
  4. # # Markov Chain Monte Carlo (MCMC)
  5. #
  6. #