Metadata-Version: 2.1
Name: inference-tools
Version: 0.5.2
Summary: A collection of python tools for Bayesian data analysis
Home-page: https://github.com/C-bowman/inference-tools
Author: Chris Bowman
Author-email: chris.bowman.physics@gmail.com
License: UNKNOWN
Description: # inference-tools
        
        [![Documentation Status](https://readthedocs.org/projects/inference-tools/badge/?version=stable)](https://inference-tools.readthedocs.io/en/stable/?badge=stable)
        [![GitHub license](https://img.shields.io/github/license/C-bowman/inference-tools?color=blue)](https://github.com/C-bowman/inference-tools/blob/master/LICENSE)
        [![PyPI - Downloads](https://img.shields.io/pypi/dm/inference-tools?color=purple)](https://pypi.org/project/inference-tools/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/inference-tools)
        
        This package aims to provide a set of python-based tools for Bayesian data analysis
        which are simple to use, allowing them to applied quickly and easily.
        
        ## Features
        
         - Implementations of MCMC algorithms like Gibbs sampling and Hamiltonian Monte-Carlo for 
         sampling from user-defined posterior distributions.
         
         - Density estimation and plotting tools for analysing and visualising inference results.
         
         - Gaussian-process regression and optimisation.
        
        ## Installation
        
        inference-tools is available from [PyPI](https://pypi.org/project/inference-tools/), 
        so can be easily installed using [pip](https://pip.pypa.io/en/stable/) as follows:
        ```bash
        pip install inference-tools
        ```
        
        ## Documentation
        
        Full documentation is available at [inference-tools.readthedocs.io](https://inference-tools.readthedocs.io/en/stable/).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
