fbu 0.1.2
pip install fbu
Released:
No project description provided
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (LICENSE.txt)
- Author: Davide Gerbaudo, Clement Helsens and Francesco Rubbo
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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
The following packages also need to be installed
conda install mkl conda install numpy conda install mkl-service
And this export needs to be added to your bashrc or similar to avoid warings
export MKL_THREADING_LAYER=GNU
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/pyFBU/fbu.git
Usage
A simple tutorial to help you get started.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (LICENSE.txt)
- Author: Davide Gerbaudo, Clement Helsens and Francesco Rubbo
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fbu-0.1.2.tar.gz
.
File metadata
- Download URL: fbu-0.1.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 038a5fc88523f0a60c33bf348fb9c23da14e06f3bad8870d3b44fff76ff47ebb |
|
MD5 | 66923123421608c074f2d51d560db6b2 |
|
BLAKE2b-256 | 51b43837b54957788a9d2fd4a32a28ffcd7ad14ade783a9e4e3d8d4259e3f128 |