-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Vanilla Jackknife/Bootstrap assume IID samples, and thus underestimate standard errors (this is true even for simple estimators which are just means). There are Bootstrap methods specifically for time-series data which could be useful (e.g. Stationary Bootstrap).
There may be a way to turn one of these into a "streaming" bootstrap
Also: autocorrelation time we're computing seems to be larger than what's computed by other packages. Should try calculating autocorrelation time using a binning analysis instead as it may be more "stable" than the FFT based method we're using.
Should compute autocorrelation time for all observables in order to get accurate error bars.
Useful Papers:
- "Everything you wanted to know about Data Analysis and Fitting but were afraid to ask": https://arxiv.org/abs/1210.3781
- "Efficient estimation of autocorrelation spectra": https://arxiv.org/abs/1810.05079