Implementation of a Python MCMC gibbs-sampler with adaptive stepping
Project description
GAStimator
Implementation of a Python MCMC gibbs-sampler with adaptive stepping.
While this is a simple MCMC algorithm, it is robust and stable and well suited to high dimensional problems with many degrees of freedom and very sharp likelihood features. For instance kinematic modelling of datacubes with this code has been found to be orders of magnitude quicker than using more advanced affine-invariant MCMC methods.
Install
You can install GAStimator with pip install gastimator
. Alternatively you can download the code here, navigate to the directory you unpack it too, and run python setup.py install
.
It requires the following modules:
- numpy
- matplotlib
- plotbin
- joblib
Documentation
To get you started, see the walk through here: https://github.com/TimothyADavis/GAStimator/blob/master/documentation/GAStimator_Documentation.ipynb
Author & License
Copyright 2019 Timothy A. Davis
Built by Timothy A. Davis <https://github.com/TimothyADavis>
. Licensed under
the GNU General Public License v3 (GPLv3) license (see LICENSE
).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for gastimator-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 743613fa27e1e3d6bebb39bdf10875240aa45d69a93e5ef29fef24b618e266db |
|
MD5 | 4fa326fc438e4e0e8cf7d4272c795e92 |
|
BLAKE2b-256 | 55e276bdd40996d08d1a72fc27a8dd6d5cb7d1bfea639c9c34070ac2c7b6bb9b |