mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
README updated
This commit is contained in:
parent
11d2f788cb
commit
9d0135c5e4
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
[](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [](https://www.python.org/downloads/)
|
[](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/)
|
||||||
# pyerrors
|
# pyerrors
|
||||||
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
|
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
|
||||||
|
|
||||||
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
|
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
|
||||||
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples
|
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples
|
||||||
- **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md
|
- **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md
|
||||||
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
To install the most recent release of `pyerrors` run
|
To install the most recent release of `pyerrors` run
|
||||||
|
@ -16,10 +17,11 @@ to install the current `develop` version run
|
||||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Other implementations
|
||||||
There exist similar implementations of gamma method error analysis suites in
|
There exist similar implementations of gamma method error analysis suites in
|
||||||
- [Fortran](https://gitlab.ift.uam-csic.es/alberto/aderrors)
|
- [Fortran](https://gitlab.ift.uam-csic.es/alberto/aderrors)
|
||||||
- [Julia](https://gitlab.ift.uam-csic.es/alberto/aderrors.jl)
|
- [Julia](https://gitlab.ift.uam-csic.es/alberto/aderrors.jl)
|
||||||
- [Python 3](https://github.com/mbruno46/pyobs)
|
- [Python](https://github.com/mbruno46/pyobs)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT](https://choosealicense.com/licenses/mit/)
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue