mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
docs: definition of tau_int added to docs
This commit is contained in:
parent
78c3405fb7
commit
f0dee343da
1 changed files with 4 additions and 1 deletions
|
@ -81,7 +81,10 @@ my_sum.details()
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The standard value for the automatic windowing procedure is $S=2$. Other values for $S$ can be passed to the `gamma_method` as parameter.
|
We use the following definition of the integrated autocorrelation time established in [Madras & Sokal 1988](https://link.springer.com/article/10.1007/BF01022990)
|
||||||
|
$$\tau_\mathrm{int}=\frac{1}{2}+\sum_{t=1}{W}\rho(t)$$
|
||||||
|
The window $W$ is determined via the automatic windowing procedure described in [arXiv:hep-lat/0306017](https://arxiv.org/abs/hep-lat/0306017)
|
||||||
|
The standard value for the parameter $S$ of this automatic windowing procedure is $S=2$. Other values for $S$ can be passed to the `gamma_method` as parameter.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue