Statistics for ML #83 — Markov Chain Monte Carlo (MCMC)

less than 1 minute read

Published:

Markov Chain Monte Carlo (MCMC)

Post #83/100 in the Statistics for ML series — Md Salek MiahStatistician & ML ResearcherSUST, Bangladesh.

This post provides a complete treatment of Markov Chain Monte Carlo (MCMC) with mathematical foundations, Python/R implementations, and connections to public health ML research.

# Full implementation available at github.com/muhammadsalek
import numpy as np, pandas as pd
from scipy import stats
print('Post #83: Markov Chain Monte Carlo (MCMC)')

Series Index | Post #83/100 | Md Salek Miah | saleksta@gmail.com