mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
docs: reference to other error analysis suites moved from README to
documentation
This commit is contained in:
parent
833c22fe36
commit
6f99ec16fb
2 changed files with 5 additions and 6 deletions
|
@ -16,9 +16,3 @@ to install the most recent release run
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://github.com/fjosw/pyerrors.git@master
|
pip install git+https://github.com/fjosw/pyerrors.git@master
|
||||||
```
|
```
|
||||||
|
|
||||||
## Other implementations
|
|
||||||
There exist similar publicly available 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)
|
|
||||||
|
|
|
@ -8,6 +8,11 @@ It is based on the **gamma method** [arXiv:hep-lat/0306017](https://arxiv.org/ab
|
||||||
- **non-linear fits with x- and y-errors** and exact linear error propagation based on automatic differentiation as introduced in [arXiv:1809.01289](https://arxiv.org/abs/1809.01289)
|
- **non-linear fits with x- and y-errors** and exact linear error propagation based on automatic differentiation as introduced in [arXiv:1809.01289](https://arxiv.org/abs/1809.01289)
|
||||||
- **real and complex matrix operations** and their error propagation based on automatic differentiation (Cholesky decomposition, calculation of eigenvalues and eigenvectors, singular value decomposition...)
|
- **real and complex matrix operations** and their error propagation based on automatic differentiation (Cholesky decomposition, calculation of eigenvalues and eigenvectors, singular value decomposition...)
|
||||||
|
|
||||||
|
There exist similar publicly available 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)
|
||||||
|
|
||||||
## Basic example
|
## Basic example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue