Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpitkin/samplers-demo
A demonstration of various Python MCMC samplers
https://github.com/mattpitkin/samplers-demo
Last synced: about 2 months ago
JSON representation
A demonstration of various Python MCMC samplers
- Host: GitHub
- URL: https://github.com/mattpitkin/samplers-demo
- Owner: mattpitkin
- License: mit
- Created: 2018-01-26T15:47:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T12:16:13.000Z (over 2 years ago)
- Last Synced: 2023-08-20T13:09:58.259Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 11.1 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# samplers-demo
A demonstration of various Python MCMC samplers and Nested Sampling routines.
The website generated from this repository can be found [here](http://mattpitkin.github.io/samplers-demo/).
## Building the site
The [Makefile](Makefile) can be used to build the website locally with:
```
make publish
```This should work if in a Conda environment generated with the [environment.yml](environment.yml) - in particular, note that nbconvert<=5.5.0 is required as the "basic" template has been removed in later versions. To publish the website to github use:
```
make publish-to-github
```