NoLiTSA (NonLinear Time Series Analysis) is a Python module implementing several standard algorithms used in nonlinear time series analysis.
NoLiTSA can be installed via
pip install git+https://github.com/manu-mannattil/nolitsa.git
NoLiTSA requires NumPy, SciPy, and Numba.
NoLiTSA’s unit tests can be executed by running pytest
.
Versions of NoLiTSA were used in the following publications:
M. Mannattil, H. Gupta, and S. Chakraborty, “Revisiting Evidence of Chaos in X-ray Light Curves: The Case of GRS 1915+105,” Astrophys. J. 833, 208 (2016).
M. Mannattil, A. Pandey, M. K. Verma, and S. Chakraborty, “On the applicability of low-dimensional models for convective flow reversals at extreme Prandtl numbers,” Eur. Phys. J. B 90, 259 (2017).
Sagar Chakraborty is thanked for several critical discussions.
NoLiTSA is licensed under the 3-clause BSD license. See the file LICENSE for more details.