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

Found 3584 packages in 0.08 seconds

nlts — by Ottar N. Bjornstad, 8 years ago

Nonlinear Time Series Analysis

R functions for (non)linear time series analysis with an emphasis on nonparametric autoregression and order estimation, and tests for linearity / additivity.

tscount — by Tobias Liboschik, 6 years ago

Analysis of Count Time Series

Likelihood-based methods for model fitting and assessment, prediction and intervention analysis of count time series following generalized linear models are provided. Models with the identity and with the logarithmic link function are allowed. The conditional distribution can be Poisson or Negative Binomial.

paleoTS — by Gene Hunt, 2 years ago

Analyze Paleontological Time-Series

Facilitates analysis of paleontological sequences of trait values. Functions are provided to fit, using maximum likelihood, simple evolutionary models (including unbiased random walks, directional evolution,stasis, Ornstein-Uhlenbeck, covariate-tracking) and complex models (punctuation, mode shifts).

SuperGauss — by Martin Lysy, a year ago

Superfast Likelihood Inference for Stationary Gaussian Time Series

Likelihood evaluations for stationary Gaussian time series are typically obtained via the Durbin-Levinson algorithm, which scales as O(n^2) in the number of time series observations. This package provides a "superfast" O(n log^2 n) algorithm written in C++, crossing over with Durbin-Levinson around n = 300. Efficient implementations of the score and Hessian functions are also provided, leading to superfast versions of inference algorithms such as Newton-Raphson and Hamiltonian Monte Carlo. The C++ code provides a Toeplitz matrix class packaged as a header-only library, to simplify low-level usage in other packages and outside of R.

pastecs — by Philippe Grosjean, 3 years ago

Package for Analysis of Space-Time Ecological Series

Regularisation, decomposition and analysis of space-time series. The pastecs R package is a PNEC-Art4 and IFREMER (Benoit Beliaeff ) initiative to bring PASSTEC 2000 functionalities to R.

caretForecast — by Resul Akay, 6 months ago

Conformal Time Series Forecasting Using State of Art Machine Learning Algorithms

Conformal time series forecasting using the caret infrastructure. It provides access to state-of-the-art machine learning models for forecasting applications. The hyperparameter of each model is selected based on time series cross-validation, and forecasting is done recursively.

RTransferEntropy — by David Zimmermann, 4 years ago

Measuring Information Flow Between Time Series with Shannon and Renyi Transfer Entropy

Measuring information flow between time series with Shannon and Rényi transfer entropy. See also Dimpfl and Peter (2013) and Dimpfl and Peter (2014) for theory and applications to financial time series. Additional references can be found in the theory part of the vignette.

modeltime.resample — by Matt Dancho, a year ago

Resampling Tools for Time Series Forecasting

A 'modeltime' extension that implements forecast resampling tools that assess time-based model performance and stability for a single time series, panel data, and cross-sectional time series analysis.

forecTheta — by Jose Augusto Fiorucci, 2 months ago

Forecasting Time Series by Theta Models

Routines for forecasting univariate time series using Theta Models.

tspredit — by Eduardo Ogasawara, 3 months ago

Time Series Prediction with Integrated Tuning

Time series prediction is a critical task in data analysis, requiring not only the selection of appropriate models, but also suitable data preprocessing and tuning strategies. TSPredIT (Time Series Prediction with Integrated Tuning) is a framework that provides a seamless integration of data preprocessing, decomposition, model training, hyperparameter optimization, and evaluation. Unlike other frameworks, TSPredIT emphasizes the co-optimization of both preprocessing and modeling steps, improving predictive performance. It supports a variety of statistical and machine learning models, filtering techniques, outlier detection, data augmentation, and ensemble strategies. More information is available in Salles et al. .