Metadata-Version: 1.1
Name: fbu
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/gerbaudo/fbu
Author: Davide Gerbaudo, Clement Helsens and Francesco Rubbo
Author-email: rubbo.francesco@gmail.com
License: LICENSE.txt
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/gerbaudo/fbu.png
           :target: https://travis-ci.org/gerbaudo/fbu
        
        =====
        PyFBU
        =====
        
        Implementation of the Fully Bayesian Unfolding algorithm described in
        `physics.data-an/1201.4612 <http://arxiv.org/abs/1201.4612>`_.
        The software is based on the Bayesian statistical modeling package
        `PyMC3 <http://docs.pymc.io/index.html>`_.
        
        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 <https://github.com/gerbaudo/fbu>`_ repository:
        
        ::
        
        	git clone https://github.com/gerbaudo/fbu.git
        
        
        Usage
        -----
        
        A `simple tutorial <tutorial.ipynb>`_ to help you get started.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: OS Independent
