Skip to main content

Estimate the autocorrelation time of a time series quickly.

Project description

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 sudo if you really need it.

Otherwise, download the source code as a tarball or clone the git repository from GitHub:

git clone https://github.com/dfm/acor.git

Then run

cd acor
python setup.py install

to compile and install the module acor in your Python path. The only dependency is NumPy (including the python-dev and python-numpy-dev packages which you might have to install separately on some systems).

Usage

Given some time series x, you can estimate the autocorrelation time (tau) using:

import acor
tau, mean, sigma = acor.acor(x)

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acor-1.1.0.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file acor-1.1.0.tar.gz.

File metadata

  • Download URL: acor-1.1.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for acor-1.1.0.tar.gz
Algorithm Hash digest
SHA256 f02201767b78439fb15cb582bfcd3bb6ada43ff7346f4949f0ba143b1bffa5d8
MD5 3f44b8d440d039de1bbfe8ba76b878de
BLAKE2b-256 f96d6e702337d89e7adcb6a52ad77fa2b44b621853f60b241f6fe93c76a605c5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page