Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iancze/chain.js

Quick and easy web plots of MCMC samples
https://github.com/iancze/chain.js

Last synced: about 1 month ago
JSON representation

Quick and easy web plots of MCMC samples

Awesome Lists containing this project

README

        

# chain.js
Quick and easy web plots of MCMC samples: [Website](http://iancze.github.io/chain.js/)

Do you frequently run long MCMC chains on a cluster? Would you like to periodically check up on their progress?

Using *chain.js*, you can use your browser to watch your MCMC algorithm sample in realtime.

Simply modify your MCMC code to append your parameters to a CSV file and use the browser to plot them.

For an example of how to modify your MCMC code to use `chain.js`, see `make_samples.py`.