Jammy2211 / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences

Home Page:https://dynesty.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynesty

dynesty in action

A Dynamic Nested Sampling package for computing Bayesian posteriors and evidences. Pure Python. MIT license.

Documentation

Documentation can be found here.

Installation

The most stable release of dynesty can be installed through pip via

pip install dynesty

The current (less stable) development version can be installed by running

python setup.py install

from inside the repository.

Demos

Several Jupyter notebooks that demonstrate most of the available features of the code can be found here.

Attribution

If you find the package useful in your research, please see the documentation for papers you should cite.

About

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences

https://dynesty.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%