An open API service indexing awesome lists of open source software.

https://github.com/isisneutronmuon/quickbayes

A Python package for Bayesian analysis of data.
https://github.com/isisneutronmuon/quickbayes

bayes python

Last synced: 11 months ago
JSON representation

A Python package for Bayesian analysis of data.

Awesome Lists containing this project

README

          

# quickBayes

This package provides a convenient API
for performing Bayesian analysis
on muon and neutron-scattering data.

## Installing

The library is available on [PyPi](https://pypi.org/project/quickBayes/#description) and can be installed with pip:

```sh
> python -m pip install quickBayes
```

The user documentation is [here](https://quickbayes.readthedocs.io/en/latest/).

The developer documentation is [here](https://quickbayes.readthedocs.io/en/latest/dev/index.html).