Moved to https://github.com/pyFBU/fbu
Implementation of the Fully Bayesian Unfolding algorithm described in physics.data-an/1201.4612. The software is based on the Bayesian statistical modeling package PyMC3.
PyFBU is tested on Python 3.6.3 within Anaconda 4.3.30 and depends on PyMC 3.
The use of an isolated Python environment is recommended:
conda create --name fbuenv source activate fbuenv
PyMC 3 can be installed using conda
conda install -c conda-forge pymc3
or pip
pip install git+https://github.com/pymc-devs/pymc3
The latest stable version of PyFBU can be installed using pip.
pip install fbu
Alternatively one can check out the development version of the code from the GitHub repository:
git clone https://github.com/gerbaudo/fbu.git
A simple tutorial to help you get started.