nsampling is an implementation of the Nested Sampling algorithm [1]. It is written in C++ and has a Python interface written using pybind11 [2].
- cmake (>=3.5)
python setup.py install
cd examples
make
make run
To run the Jupyter notebook you have to have numpy
and matplotlib
installed
in addition to jupyter
.
cd examples
jupyter notebook&
[1] D.S. Sivia with J. Skilling, Data Analysis, 2006, 2nd edition, Oxford University Press