Skip to main content

A multiple-tau algorithm for Python/NumPy.

Project description

PyPI Version Tests Status Coverage Status Docs Status

Multipe-tau correlation is computed on a logarithmic scale (less data points are computed) and is thus much faster than conventional correlation on a linear scale such as numpy.correlate.

Installation

Multipletau supports Python 2.6+ and Python 3.3+ with a common codebase. The only requirement for multipletau is NumPy (for fast operations on arrays). Install multipletau from the Python package index:

pip install multipletau

Documentation

The documentation, including the reference and examples, is available on readthedocs.io.

Usage

import numpy as np
import multipletau
a = np.linspace(2,5,42)
v = np.linspace(1,6,42)
multipletau.correlate(a, v, m=2)
array([[   0.        ,  569.56097561],
       [   1.        ,  549.87804878],
       [   2.        ,  530.37477692],
       [   4.        ,  491.85812017],
       [   8.        ,  386.39500297]])

Citing

The multipletau package should be cited like this (replace “x.x.x” with the actual version of multipletau that you used and “DD Month YYYY” with a matching date).

Paul Müller (2012) Python multiple-tau algorithm (Version x.x.x) [Computer program]. Available at https://pypi.python.org/pypi/multipletau/ (Accessed DD Month YYYY)

You can find out what version you are using by typing (in a Python console):

>>> import multipletau
>>> multipletau.__version__
'0.1.4'

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

multipletau-0.2.0.tar.gz (90.5 kB view details)

Uploaded Source

Built Distribution

multipletau-0.2.0-py2.py3-none-any.whl (11.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file multipletau-0.2.0.tar.gz.

File metadata

  • Download URL: multipletau-0.2.0.tar.gz
  • Upload date:
  • Size: 90.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for multipletau-0.2.0.tar.gz
Algorithm Hash digest
SHA256 64a6a39663a7e889992f0a9cd2961a8245385fa4aba683d8c219e009b36128d0
MD5 156909880acc9fef12d695d745ff74d2
BLAKE2b-256 498ae03d3db1829b4e4da5218d3a0d132bf529c9c164dab154c39aac61d38ed6

See more details on using hashes here.

File details

Details for the file multipletau-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: multipletau-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for multipletau-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9bf734a4cc454b68b6ae86caed8ff35dbb6b122f922bf403841d40b971b5707a
MD5 2c416def5ca95795009766ab94d897ce
BLAKE2b-256 7d3f46d1306309d3984e70486ecfce7f473db7e1ec143cec543a89cf37e2ed40

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