Skip to content

mattpitkin/theonlinemcmc

Repository files navigation

The Online MCMC

A website to provide an online submission interface for running a stochastic sampling method (Markov chain Monte Carlo, or nested sampling) to draw samples for a posterior probability distribution given a likelihood and some input data. The back-end samplers used are accessed through bilby. They are currently emcee by Daniel Foreman-Mackey, nestle by Kyle Barbary, dynesty by Josh Speagle and PyMC3 by John Salvatier, Thomas Wiecki and Christopher Fonnesbeck.

The user will enter a model and parameters that they want to fit, the data they want the model fitted to and the likelihood function. It will then return posterior plots and statistics for the fitted parameters.

The website can be found at http:https://www.theonlinemcmc.com. Currently the site does not work properly if using the Safari browser.

The code on this site is licensed under the MIT License.

© Matthew Pitkin, 2015, Catriona Marr, 2018, Francis Webb, 2019