From 774f9e606d88248b8eae58548d61e712c97acfb8 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 27 Sep 2022 10:10:23 +0100 Subject: [PATCH] docs: typo in README fixed. --- pyerrors/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/__init__.py b/pyerrors/__init__.py index ad6df858..11bb2e2f 100644 --- a/pyerrors/__init__.py +++ b/pyerrors/__init__.py @@ -106,7 +106,7 @@ my_sum.details() ``` -The integrated autocorrelation time $\tau_\mathrm{int}$ and the autocorrelation function $\rho(W)$ can be monitored via the methods `pyerrors.obs.Obs.plot_tauint` and `pyerrors.obs.Obs.plot_tauint`. +The integrated autocorrelation time $\tau_\mathrm{int}$ and the autocorrelation function $\rho(W)$ can be monitored via the methods `pyerrors.obs.Obs.plot_tauint` and `pyerrors.obs.Obs.plot_rho`. If the parameter $S$ is set to zero it is assumed that the dataset does not exhibit any autocorrelation and the window size is chosen to be zero. In this case the error estimate is identical to the sample standard error.