mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
docs: export_jackknife added to docs mainpage
This commit is contained in:
parent
331d7cb471
commit
1fabdb0751
1 changed files with 8 additions and 1 deletions
|
@ -133,7 +133,7 @@ my_sum.details()
|
||||||
> · Ensemble 'ensemble2' : 500 configurations (from 1 to 500)
|
> · Ensemble 'ensemble2' : 500 configurations (from 1 to 500)
|
||||||
```
|
```
|
||||||
|
|
||||||
`pyerrors` identifies multiple replica (independent Markov chains with identical simulation parameters) by the vertical bar `|` in the name of the dataset.
|
`pyerrors` identifies multiple replica (independent Markov chains with identical simulation parameters) by the vertical bar `|` in the name of the data set.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```python
|
```python
|
||||||
|
@ -198,6 +198,13 @@ For the full API see `pyerrors.correlators.Corr`
|
||||||
# Matrix operations
|
# Matrix operations
|
||||||
`pyerrors.linalg`
|
`pyerrors.linalg`
|
||||||
|
|
||||||
|
# Export data
|
||||||
|
The preferred exported file format within `pyerrors` is
|
||||||
|
|
||||||
|
## Jackknife samples
|
||||||
|
For comparison with other analysis workflows `pyerrors` can generate jackknife samples from an `Obs` object.
|
||||||
|
See `pyerrors.obs.Obs.export_jackknife` for details.
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
`pyerrors.input`
|
`pyerrors.input`
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue