ACOR
This is a direct port of a C++ routine by Jonathan Goodman (NYU) called ACOR that estimates the autocorrelation time of time series data very quickly.
Dan Foreman-Mackey (NYU) made a few surface changes to the interface in order to write a Python wrapper (with the permission of the original author).
Installation
Just run pip install acor with the optional sudo if you need it. NumPy and the associated dev headers are needed.
Usage
Given some time series x, you can estimate the autocorrelation time (tau) using:
import acor tau, mean, sigma = acor.acor(x)
References
Release files for acor 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acor-1.0.0.tar.gz | 3.9 kB | Details |
Release files / acor-1.0.0.tar.gz
| Download URL | acor-1.0.0.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7aebe81db3d0be139eef95f9ff854f986c4f156a8792e34f9b21167e5bebf167
|
|
BLAKE2b-256 checksum How to use checksums |
d9207741417fbef10d5c3fb9086628b072e6a65edaaff27dd54f962e819cad43
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |