manu-mannattil / nolitsa

A Python module implementing some standard algorithms used in nonlinear time series analysis
BSD 3-Clause "New" or "Revised" License
172 stars 46 forks source link
chaos computational-physics nonlinear-dynamics python time-series-analysis

NoLiTSA

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

CI

Features

Installation

NoLiTSA can be installed via

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

NoLiTSA requires NumPy, SciPy, and Numba.

Tests

NoLiTSA’s unit tests can be executed by running pytest.

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.