mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-18 16:20:25 +01:00
24 lines
1.5 KiB
Markdown
24 lines
1.5 KiB
Markdown
[](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/docs.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)
|
|
# pyerrors
|
|
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
|
|
|
|
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
|
|
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples
|
|
- **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md
|
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
|
|
|
## Installation
|
|
To install the most recent release of `pyerrors` run
|
|
```bash
|
|
pip install git+https://github.com/fjosw/pyerrors.git@master
|
|
```
|
|
to install the current `develop` version run
|
|
```bash
|
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
|
```
|
|
|
|
## Other implementations
|
|
There exist similar implementations of gamma method error analysis suites in
|
|
- [Fortran](https://gitlab.ift.uam-csic.es/alberto/aderrors)
|
|
- [Julia](https://gitlab.ift.uam-csic.es/alberto/aderrors.jl)
|
|
- [Python](https://github.com/mbruno46/pyobs)
|