Metadata-Version: 2.1
Name: baypy
Version: 1.1.2
Summary: A python package for solving bayesian regression models through a Monte Carlo Markov chain sampling
Home-page: https://github.com/AndreaBlengino/baypy
Author: Andrea Blengino
Author-email: ing.andrea.blengino@gmail.com
License: GNU GPL3
Project-URL: Source, https://github.com/AndreaBlengino/baypy
Project-URL: Tracker, https://github.com/AndreaBlengino/baypy/issues
Project-URL: Documentation, https://baypy.readthedocs.io/en/latest/index.html
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9, <3.13
Description-Content-Type: text/markdown
Requires-Dist: matplotlib >=3.7.2
Requires-Dist: numpy >=1.26.1
Requires-Dist: pandas >=2.0.3
Requires-Dist: scipy >=1.11.3
Provides-Extra: dev
Requires-Dist: twine >=4.0.2 ; extra == 'dev'
Requires-Dist: wheel >=0.41.2 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo >=2023.8.19 ; extra == 'docs'
Requires-Dist: m2r2 >=0.3.3.post2 ; extra == 'docs'
Requires-Dist: sphinx >=7.2.6 ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage >=7.3.2 ; extra == 'tests'
Requires-Dist: hypothesis >=6.88.3 ; extra == 'tests'
Requires-Dist: pytest >=7.4.3 ; extra == 'tests'
Requires-Dist: pytest-cov >=4.1.0 ; extra == 'tests'
Requires-Dist: pytest-xdist >=3.3.1 ; extra == 'tests'

![](https://github.com/AndreaBlengino/baypy/blob/master/docs/source/_static/logo.png?raw=true)

# Bayesian Monte Carlo Markov Chain Regression

[![PyPi](https://img.shields.io/pypi/v/baypy)](https://pypi.org/project/baypy/)
[![PyPi](https://img.shields.io/pypi/pyversions/baypy.svg)](https://pypi.org/project/baypy/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/AndreaBlengino/baypy/blob/master/LICENSE)

[![Tests](https://github.com/AndreaBlengino/baypy/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/AndreaBlengino/baypy/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/baypy/badge/?version=latest)](https://baypy.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/AndreaBlengino/baypy/graph/badge.svg?token=T7FMO9ACJW)](https://codecov.io/gh/AndreaBlengino/baypy)

**baypy** is a python package for solving bayesian regression models 
through a Monte Carlo Markov chain sampling.

## References

- [Source code](https://github.com/AndreaBlengino/baypy/tree/master/baypy)  
- [Issue tracker](https://github.com/AndreaBlengino/baypy/issues)  
- [Documentation](https://baypy.readthedocs.io/en/latest/index.html)  
- [Installation](https://baypy.readthedocs.io/en/latest/installation.html)
- [Usage Examples](https://baypy.readthedocs.io/en/latest/examples/index.html)  
- [PyPI](https://pypi.org/project/baypy)  
- [GNU General Public License v3.0](https://github.com/AndreaBlengino/baypy/blob/master/LICENSE)

## Contributing

The baypy project welcomes your expertise and enthusiasm!  
All contributions, bug reports, bug fixes, documentation improvements, 
enhancements and ideas are welcome.  
Writing code isn't the only way to contribute to baypy. You can also:

- develop tutorials, presentations and other educational materials
- maintain and improve the documentation
- help with outreach and onboard new contributors

Have a look at the [contributing guide](https://github.com/AndreaBlengino/baypy/blob/master/.github/CONTRIBUTING.md)


