Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

gerbaudo/fbu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://travis-ci.org/gerbaudo/fbu.png

PyFBU

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.

Dependencies

PyFBU is tested on Python 3.6.3 within Anaconda 4.3.30 and depends on PyMC 3.

Installation

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

Usage

A simple tutorial to help you get started.