NoLiTSA

NoLiTSA (NonLinear Time Series Analysis) is a Python module implementing several standard algorithms used in nonlinear time series analysis.

Build Status Coverage Status

Features

Installation

NoLiTSA can be installed using pip by running

git clone https://github.com/manu-mannattil/nolitsa.git
pip install ./nolitsa

or, with newer versions of pip:

pip install git+https://github.com/manu-mannattil/nolitsa.git

NoLiTSA requires NumPy and SciPy, and (theoretically) works with both Python 2 and 3.

Tests

NoLiTSA’s unit tests can be executed by running nosetests, or by using

python setup.py test

Publications

Versions of NoLiTSA were used in the following publications:

Acknowledgments

Sagar Chakraborty is thanked for several critical discussions.

License

NoLiTSA is licensed under the 3-clause BSD license. See the file LICENSE for more details.