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

Found 3178 packages in 0.03 seconds

tsoutliers — by Javier López-de-Lacalle, 2 years ago

Detection of Outliers in Time Series

Detection of outliers in time series following the Chen and Liu (1993) procedure. Innovational outliers, additive outliers, level shifts, temporary changes and seasonal level shifts are considered.

stlplus — by Ryan Hafen, 10 years ago

Enhanced Seasonal Decomposition of Time Series by Loess

Decompose a time series into seasonal, trend, and remainder components using an implementation of Seasonal Decomposition of Time Series by Loess (STL) that provides several enhancements over the STL method in the stats package. These enhancements include handling missing values, providing higher order (quadratic) loess smoothing with automated parameter choices, frequency component smoothing beyond the seasonal and trend components, and some basic plot methods for diagnostics.

RSEIS — by Jonathan M. Lees, a year ago

Seismic Time Series Analysis Tools

Multiple interactive codes to view and analyze seismic data, via spectrum analysis, wavelet transforms, particle motion, hodograms. Includes general time-series tools, plotting, filtering, interactive display.

LSTS — by Mauricio Vargas, 4 years ago

Locally Stationary Time Series

A set of functions that allow stationary analysis and locally stationary time series analysis.

aTSA — by Debin Qiu, 2 years ago

Alternative Time Series Analysis

Contains some tools for testing, analyzing time series data and fitting popular time series models such as ARIMA, Moving Average and Holt Winters, etc. Most functions also provide nice and clear outputs like SAS does, such as identify, estimate and forecast, which are the same statements in PROC ARIMA in SAS.

hts — by Earo Wang, a year ago

Hierarchical and Grouped Time Series

Provides methods for analysing and forecasting hierarchical and grouped time series. The available forecast methods include bottom-up, top-down, optimal combination reconciliation (Hyndman et al. 2011) , and trace minimization reconciliation (Wickramasuriya et al. 2018) .

tsModel — by Roger D. Peng, 2 years ago

Time Series Modeling for Air Pollution and Health

Tools for specifying time series regression models.

hydroTSM — by Mauricio Zambrano-Bigiarini, a year ago

Time Series Management and Analysis for Hydrological Modelling

S3 functions for management, analysis, interpolation and plotting of time series used in hydrology and related environmental sciences. In particular, this package is highly oriented to hydrological modelling tasks. The focus of this package has been put in providing a collection of tools useful for the daily work of hydrologists (although an effort was made to optimise each function as much as possible, functionality has had priority over speed). Bugs / comments / questions / collaboration of any kind are very welcomed, and in particular, datasets that can be included in this package for academic purposes.

uroot — by Georgi N. Boshnakov, 2 years ago

Unit Root Tests for Seasonal Time Series

Seasonal unit roots and seasonal stability tests. P-values based on response surface regressions are available for both tests. P-values based on bootstrap are available for seasonal unit root tests.

MTS — by Ruey S. Tsay, 4 years ago

All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

Multivariate Time Series (MTS) is a general package for analyzing multivariate linear time series and estimating multivariate volatility models. It also handles factor models, constrained factor models, asymptotic principal component analysis commonly used in finance and econometrics, and principal volatility component analysis. (a) For the multivariate linear time series analysis, the package performs model specification, estimation, model checking, and prediction for many widely used models, including vector AR models, vector MA models, vector ARMA models, seasonal vector ARMA models, VAR models with exogenous variables, multivariate regression models with time series errors, augmented VAR models, and Error-correction VAR models for co-integrated time series. For model specification, the package performs structural specification to overcome the difficulties of identifiability of VARMA models. The methods used for structural specification include Kronecker indices and Scalar Component Models. (b) For multivariate volatility modeling, the MTS package handles several commonly used models, including multivariate exponentially weighted moving-average volatility, Cholesky decomposition volatility models, dynamic conditional correlation (DCC) models, copula-based volatility models, and low-dimensional BEKK models. The package also considers multiple tests for conditional heteroscedasticity, including rank-based statistics. (c) Finally, the MTS package also performs forecasting using diffusion index , transfer function analysis, Bayesian estimation of VAR models, and multivariate time series analysis with missing values.Users can also use the package to simulate VARMA models, to compute impulse response functions of a fitted VARMA model, and to calculate theoretical cross-covariance matrices of a given VARMA model.