Abstract: PyRQA is a software package that revolutionizes the field of non-linear time series analysis by offering a highly efficient method for conducting recurrence quantification analysis (RQA) on time series consisting of more than one million data points. RQA is a widely used method for quantifying the recurrent behavior of systems, and existing implementations are unable to analyze such long time series or require excessive amounts of time to compute the quantitative measures. PyRQA addresses these limitations by leveraging the parallel computing capabilities of a variety of hardware architectures, such as GPUs, through the OpenCL framework.

Introduction: The field of non-linear time series analysis has faced challenges when dealing with long time series data. Traditional RQA implementations are either incapable of handling time series with more than a certain number of data points or are incredibly time-consuming. However, PyRQA introduces a cutting-edge solution that enables efficient RQA analysis on large-scale time series datasets.

Parallel Computing in PyRQA: PyRQA utilizes the OpenCL framework, which allows for the efficient utilization of parallel computing capabilities across various hardware architectures. By partitioning the RQA computations, PyRQA can leverage multiple compute devices simultaneously, such as GPUs, significantly improving the runtime efficiency of the analysis.

Real-world Example: To showcase the capabilities of PyRQA, the publication presents a real-world example comparing the dynamics of two climatological time series. By employing PyRQA, the analysis of a series consisting of over one million data points is completed in just 69 seconds, a remarkable improvement compared to state-of-the-art RQA software which required almost eight hours to process the same dataset.

Synthetic Example: Additionally, a synthetic example is used to highlight the speed and efficiency of PyRQA. The analysis of a time series with over one million data points is shown to be completed in a mere 69 seconds using PyRQA, demonstrating its superior runtime efficiency compared to existing implementations.

Conclusion: PyRQA represents a groundbreaking advancement in the field of non-linear time series analysis. By leveraging parallel computing capabilities through the OpenCL framework, PyRQA allows for the efficient analysis of large-scale time series datasets. The demonstrated examples highlight the significant improvement in runtime efficiency compared to existing implementations, making PyRQA an invaluable tool for researchers and practitioners in various domains where RQA analysis is crucial for understanding complex systems.

Read the original article