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

Found 3164 packages in 0.02 seconds

caretForecast — by Resul Akay, 3 years 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.

modeltime.resample — by Matt Dancho, 3 months 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, 7 months ago

Forecasting Time Series by Theta Models

Routines for forecasting univariate time series using Theta Models.

esemifar — by Dominik Schulz, 2 years ago

Smoothing Long-Memory Time Series

The nonparametric trend and its derivatives in equidistant time series (TS) with long-memory errors can be estimated. The estimation is conducted via local polynomial regression using an automatically selected bandwidth obtained by a built-in iterative plug-in algorithm or a bandwidth fixed by the user. The smoothing methods of the package are described in Letmathe, S., Beran, J. and Feng, Y., (2023) .

mtsdi — by Washington Junger, 8 months ago

Multivariate Time Series Data Imputation

This is an EM algorithm based method for imputation of missing values in multivariate normal time series. The imputation algorithm accounts for both spatial and temporal correlation structures. Temporal patterns can be modeled using an ARIMA(p,d,q), optionally with seasonal components, a non-parametric cubic spline or generalized additive models with exogenous covariates. This algorithm is specially tailored for climate data with missing measurements from several monitors along a given region.

fGarch — by Georgi N. Boshnakov, 2 years ago

Rmetrics - Autoregressive Conditional Heteroskedastic Modelling

Analyze and model heteroskedastic behavior in financial time series.

RTransferEntropy — by David Zimmermann, 3 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.

FinCal — by Felix Yanhui Fan, 9 years ago

Time Value of Money, Time Series Analysis and Computational Finance

Package for time value of money calculation, time series analysis and computational finance.

SuperGauss — by Martin Lysy, 3 months 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.

gsarima — by Olivier Briet, 5 years ago

Two Functions for Generalized SARIMA Time Series Simulation

Write SARIMA models in (finite) AR representation and simulate generalized multiplicative seasonal autoregressive moving average (time) series with Normal / Gaussian, Poisson or negative binomial distribution. The methodology of this method is described in Briet OJT, Amerasinghe PH, and Vounatsou P (2013) .