Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iancze/chain.js
- Owner: iancze
- License: mit
- Created: 2015-01-27T04:01:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T21:35:34.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T08:07:42.578Z (almost 2 years ago)
- Language: HTML
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.