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

Found 2996 packages in 0.31 seconds

tsdisagg2 — by Jorge Vieira, 8 years ago

Time Series Disaggregation

Disaggregates low frequency time series data to higher frequency series. Implements the following methods for temporal disaggregation: Boot, Feibes and Lisman (1967) , Chow and Lin (1971) , Fernandez (1981) and Litterman (1983) .

TSEntropies — by Jiri Tomcala, 7 years ago

Time Series Entropies

Computes various entropies of given time series. This is the initial version that includes ApEn() and SampEn() functions for calculating approximate entropy and sample entropy. Approximate entropy was proposed by S.M. Pincus in "Approximate entropy as a measure of system complexity", Proceedings of the National Academy of Sciences of the United States of America, 88, 2297-2301 (March 1991). Sample entropy was proposed by J. S. Richman and J. R. Moorman in "Physiological time-series analysis using approximate entropy and sample entropy", American Journal of Physiology, Heart and Circulatory Physiology, 278, 2039-2049 (June 2000). This package also contains FastApEn() and FastSampEn() functions for calculating fast approximate entropy and fast sample entropy. These are newly designed very fast algorithms, resulting from the modification of the original algorithms. The calculated values of these entropies are not the same as the original ones, but the entropy trend of the analyzed time series determines equally reliably. Their main advantage is their speed, which is up to a thousand times higher. A scientific article describing their properties has been submitted to The Journal of Supercomputing and in present time it is waiting for the acceptance.

iNZightTS — by Tom Elliott, a year ago

Time Series for 'iNZight'

Provides a collection of functions for working with time series data, including functions for drawing, decomposing, and forecasting. Includes capabilities to compare multiple series and fit both additive and multiplicative models. Used by 'iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions. Holt (1957) , Winters (1960) , Cleveland, Cleveland, & Terpenning (1990) "STL: A Seasonal-Trend Decomposition Procedure Based on Loess".

tsBSS — by Markus Matilainen, 4 years ago

Blind Source Separation and Supervised Dimension Reduction for Time Series

Different estimators are provided to solve the blind source separation problem for multivariate time series with stochastic volatility and supervised dimension reduction problem for multivariate time series. Different functions based on AMUSE and SOBI are also provided for estimating the dimension of the white noise subspace. The package is fully described in Nordhausen, Matilainen, Miettinen, Virta and Taskinen (2021) .

arfima — by JQ Veenstra, 3 years ago

Fractional ARIMA (and Other Long Memory) Time Series Modeling

Simulates, fits, and predicts long-memory and anti-persistent time series, possibly mixed with ARMA, regression, transfer-function components. Exact methods (MLE, forecasting, simulation) are used. Bug reports should be done via GitHub (at < https://github.com/JQVeenstra/arfima>), where the development version of this package lives; it can be installed using devtools.

Metrics — by Michael Frasco, 7 years ago

Evaluation Metrics for Machine Learning

An implementation of evaluation metrics in R that are commonly used in supervised machine learning. It implements metrics for regression, time series, binary classification, classification, and information retrieval problems. It has zero dependencies and a consistent, simple interface for all functions.

FeedbackTS — by Samuel Soubeyrand, 5 years ago

Analysis of Feedback in Time Series

Analysis of fragmented time directionality to investigate feedback in time series. Tools provided by the package allow the analysis of feedback for a single time series and the analysis of feedback for a set of time series collected across a spatial domain.

tswge — by Bivin Sadler, a month ago

Time Series for Data Science

Accompanies the texts Time Series for Data Science with R by Woodward, Sadler and Robertson & Applied Time Series Analysis with R, 2nd edition by Woodward, Gray, and Elliott. It is helpful for data analysis and for time series instruction.

rts — by Babak Naimi, 2 years ago

Raster Time Series Analysis

This framework aims to provide classes and methods for manipulating and processing of raster time series data (e.g. a time series of satellite images).

TSclust — by Pablo Montero Manso, 8 days 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.