Package: fastTS 1.0.3

fastTS: Fast Time Series Modeling for Seasonal Series with Exogenous Variables

An implementation of sparsity-ranked lasso and related methods for time series data. This methodology is especially useful for large time series with exogenous features and/or complex seasonality. Originally described in Peterson and Cavanaugh (2022) <doi:10.1007/s10182-021-00431-7> in the context of variable selection with interactions and/or polynomials, ranked sparsity is a philosophy with methods useful for variable selection in the presence of prior informational asymmetry. This situation exists for time series data with complex seasonality, as shown in Peterson and Cavanaugh (2024) <doi:10.1177/1471082X231225307>, which also describes this package in greater detail. The sparsity-ranked penalization methods for time series implemented in 'fastTS' can fit large/complex/high-frequency time series quickly, even with a high-dimensional exogenous feature set. The method is considerably faster than its competitors, while often producing more accurate predictions. Also included is a long hourly series of arrivals into the University of Iowa Emergency Department with concurrent local temperature.

Authors:Ryan Andrew Peterson [aut, cre, cph]

fastTS_1.0.3.tar.gz
fastTS_1.0.3.zip(r-4.7)fastTS_1.0.3.zip(r-4.6)fastTS_1.0.3.zip(r-4.5)
fastTS_1.0.3.tgz(r-4.6-any)fastTS_1.0.3.tgz(r-4.5-any)
fastTS_1.0.3.tar.gz(r-4.7-any)fastTS_1.0.3.tar.gz(r-4.6-any)
fastTS_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
fastTS/json (API)

# Install 'fastTS' in R:
install.packages('fastTS', repos = c('https://petersonr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/petersonr/fastts/issues

Pkgdown/docs site:https://petersonr.github.io

Datasets:
  • uihc_ed_arrivals - Hourly arrivals into the University of Iowa Hospital Emergency Department

On CRAN:

Conda:

5.41 score 5 stars 34 scripts 216 downloads 2 exports 21 dependencies

Last updated from:9cd20ae6dc. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK145
source / vignettesOK315
linux-release-x86_64OK143
macos-release-arm64OK186
macos-oldrel-arm64OK151
windows-develOK115
windows-releaseOK112
windows-oldrelOK90
wasm-releaseOK107

Exports:fastTSpenalty_scaler

Dependencies:clidplyrgenericsgluehardhatlifecyclemagrittrncvregpillarpkgconfigR6RcppRcppRollrlangsparsevctrstibbletidyselectutf8vctrswithryardstick

Time Series Modeling with Multiple Modes
The uihc_ed_arrivals data set | Modeling the data | Endogenous model (SRLPAC) | Exogenous model (SRLPACx) | Making predictions | k-step ahead predictions | Cumulative predictions | Conclusions

Last update: 2024-03-07
Started: 2022-06-23

Forecasting with fastTS
Lake Huron data set | What does predict do? | Forecasting

Last update: 2024-03-06
Started: 2024-03-06

Simple Case Studies
Lake Huron data set | EuStockMarkets | Seasonal examples | Nottem | UKDriverDeaths | sunspot

Last update: 2024-02-08
Started: 2022-05-31