Skip to main content
Ryan Orban

Ryan Orban

Subject
3 entries

Mcmc

Bookmarks

  1. Outlier Detection via Markov Chain Monte Carlo

    Bugra Akyildiz's walkthrough of outlier detection using Markov Chain Monte Carlo via PyMC — fitting a Bayesian mixture model to separate inliers from outliers using posterior inference. A more principled alternative to distance-based outlier methods.

  2. MH370 MCMC Notebook — Conor Myhrvold

    Conor Myhrvold's IPython notebook using Monte Carlo simulation to analyze the probable flight path of MH370 from satellite pings. An early high-profile example of using Bayesian inference and simulation for real-world analysis.

  3. Bayesian Statistical Analysis with PyMC

    PyTennessee 2013 presentation on Bayesian statistical analysis with PyMC — introducing probabilistic programming in Python as a practical alternative to frequentist methods. PyMC let practitioners write down generative models and get MCMC inference without implementing samplers from scratch.

All bookmarks