SILGAug 20, 2022

From Time Series to Networks in R with the ts2net Package

arXiv:2208.09660v17 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This package addresses a gap for researchers and practitioners in data science and network science who need integrated tools for time series network modeling in R.

The authors tackled the lack of a unified R package for transforming time series into networks by introducing ts2net, which provides methods for converting one or multiple time series into networks using distance functions and parallel processing capabilities.

Network science established itself as a prominent tool for modeling time series and complex systems. This modeling process consists of transforming a set or a single time series into a network. Nodes may represent complete time series, segments, or single values, while links define associations or similarities between the represented parts. R is one of the main programming languages used in data science, statistics, and machine learning, with many packages available. However, no single package provides the necessary methods to transform time series into networks. This paper presents ts2net, an R package for modeling one or multiple time series into networks. The package provides the time series distance functions that can be easily computed in parallel and in supercomputers to process larger data sets and methods to transform distance matrices into networks. Ts2net also provides methods to transform a single time series into a network, such as recurrence networks, visibility graphs, and transition networks. Together with other packages, ts2net permits using network science and graph mining tools to extract information from time series.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes