Abstract
Time series data from scientific fields as diverse as astrophysics, economics, human movement science, and neuroscience all exhibit fractal properties. That is, these time series often exhibit self-similarity and long-range correlations. This fractalRegression package implements a number of univariate and bivariate time series tools appropriate for analyzing noisy data exhibiting these properties. These methods, especially the bivariate tools (Kristoufek, 2015a; Likens, Amazeen, West, & Gibbons, 2019a) have yet to be implemented in an open source and complete package for the R Statistical Software environment. As both practitioners and developers of these methods, we expect these tools will be of
interest to a wide audience of scientists who use R, especially those from fields such as the human movement, cognitive, and other behavioral sciences. The algorithms have been developed in C++ using the popular Rcpp (Eddelbuettel & Francois, 2011) and RcppArmadillo (Eddelbuettel & Sanderson, 2014) packages. The result is a collection of efficient functions that perform well even on long time series (e.g., ≥ 10,000 data points).
In this work, we introduce the package, each of the functions, and give examples of their use as well as issues to consider to correctly use these methods.
interest to a wide audience of scientists who use R, especially those from fields such as the human movement, cognitive, and other behavioral sciences. The algorithms have been developed in C++ using the popular Rcpp (Eddelbuettel & Francois, 2011) and RcppArmadillo (Eddelbuettel & Sanderson, 2014) packages. The result is a collection of efficient functions that perform well even on long time series (e.g., ≥ 10,000 data points).
In this work, we introduce the package, each of the functions, and give examples of their use as well as issues to consider to correctly use these methods.
Original language | English |
---|---|
DOIs | |
Publication status | Published - 21 Aug 2023 |
Keywords
- long range correlation
- fractal
- multiscale
- dynamical systems