Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 3024 packages in 0.02 seconds

tsbox — by Christoph Sax, 8 months ago

Class-Agnostic Time Series

Time series toolkit with identical behavior for all time series classes: 'ts','xts', 'data.frame', 'data.table', 'tibble', 'zoo', 'timeSeries', 'tsibble', 'tis' or 'irts'. Also converts reliably between these classes.

ftsa — by Han Lin Shang, 4 months ago

Functional Time Series Analysis

Functions for visualizing, modeling, forecasting and hypothesis testing of functional time series.

nonlinearTseries — by Constantino A. Garcia, 9 months ago

Nonlinear Time Series Analysis

Functions for nonlinear time series analysis. This package permits the computation of the most-used nonlinear statistics/algorithms including generalized correlation dimension, information dimension, largest Lyapunov exponent, sample entropy and Recurrence Quantification Analysis (RQA), among others. Basic routines for surrogate data testing are also included. Part of this work was based on the book "Nonlinear time series analysis" by Holger Kantz and Thomas Schreiber (ISBN: 9780521529020).

tsfeatures — by Rob Hyndman, 2 years ago

Time Series Feature Extraction

Methods for extracting various features from time series data. The features provided are those from Hyndman, Wang and Laptev (2013) , Kang, Hyndman and Smith-Miles (2017) and from Fulcher, Little and Jones (2013) . Features include spectral entropy, autocorrelations, measures of the strength of seasonality and trend, and so on. Users can also define their own feature functions.

modeltime — by Matt Dancho, 8 months ago

The Tidymodels Extension for Time Series Modeling

The time series forecasting framework for use with the 'tidymodels' ecosystem. Models include ARIMA, Exponential Smoothing, and additional time series models from the 'forecast' and 'prophet' packages. Refer to "Forecasting Principles & Practice, Second edition" (< https://otexts.com/fpp2/>). Refer to "Prophet: forecasting at scale" (< https://research.facebook.com/blog/2017/02/prophet-forecasting-at-scale/>.).

tseriesChaos — by Antonio Fabio Di Narzo, 6 years ago

Analysis of Nonlinear Time Series

Routines for the analysis of nonlinear time series. This work is largely inspired by the TISEAN project, by Rainer Hegger, Holger Kantz and Thomas Schreiber: < http://www.mpipks-dresden.mpg.de/~tisean/>.

aion — by Nicolas Frerebeau, 2 months ago

Archaeological Time Series

A toolkit for archaeological time series and time intervals. This package provides a system of classes and methods to represent and work with archaeological time series and time intervals. Dates are represented as "rata die" and can be converted to (virtually) any calendar defined by Reingold and Dershowitz (2018) . This packages offers a simple API that can be used by other specialized packages.

tsDyn — by Matthieu Stigler, 8 months ago

Nonlinear Time Series Models with Regime Switching

Implements nonlinear autoregressive (AR) time series models. For univariate series, a non-parametric approach is available through additive nonlinear AR. Parametric modeling and testing for regime switching dynamics is available when the transition is either direct (TAR: threshold AR) or smooth (STAR: smooth transition AR, LSTAR). For multivariate series, one can estimate a range of TVAR or threshold cointegration TVECM models with two or three regimes. Tests can be conducted for TVAR as well as for TVECM (Hansen and Seo 2002 and Seo 2006).

TSdist — by Usue Mori, 3 years ago

Distance Measures for Time Series Data

A set of commonly used distance measures and some additional functions which, although initially not designed for this purpose, can be used to measure the dissimilarity between time series. These measures can be used to perform clustering, classification or other data mining tasks which require the definition of a distance measure between time series. U. Mori, A. Mendiburu and J.A. Lozano (2016), .

TSclust — by Pablo Montero Manso, 2 months ago

Time Series Clustering Utilities

A set of measures of dissimilarity between time series to perform time series clustering. Metrics based on raw data, on generating models and on the forecast behavior are implemented. Some additional utilities related to time series clustering are also provided, such as clustering algorithms and cluster evaluation metrics.