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.
- Host: GitHub
- URL: https://github.com/isisneutronmuon/quickbayes
- Owner: ISISNeutronMuon
- License: bsd-3-clause
- Created: 2021-10-21T14:13:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:50:29.000Z (about 1 year ago)
- Last Synced: 2025-07-08T00:28:51.343Z (11 months ago)
- Topics: bayes, python
- Language: Python
- Homepage:
- Size: 66.6 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
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).