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.

Version: 1.0.1
Depends: R (≥ 3.5)
Imports: dplyr, methods, ncvreg, RcppRoll, rlang, yardstick
Suggests: covr, kableExtra, knitr, magrittr, rmarkdown, testthat (≥ 3.0.0), tibble
Published: 2024-03-28
Author: Ryan Andrew Peterson ORCID iD [aut, cre, cph]
Maintainer: Ryan Andrew Peterson <ryan.a.peterson at cuanschutz.edu>
BugReports: https://github.com/petersonR/fastTS/issues
License: GPL (≥ 3)
URL: https://petersonr.github.io/fastTS/, https://github.com/petersonR/fastTS/
NeedsCompilation: no
Citation: fastTS citation info
Materials: README NEWS
In views: TimeSeries
CRAN checks: fastTS results

Documentation:

Reference manual: fastTS.pdf
Vignettes: Simple Case Studies
Forecasting with fastTS
Time Series Modeling with Multiple Modes

Downloads:

Package source: fastTS_1.0.1.tar.gz
Windows binaries: r-devel: fastTS_1.0.1.zip, r-release: fastTS_1.0.1.zip, r-oldrel: fastTS_1.0.1.zip
macOS binaries: r-release (arm64): fastTS_1.0.1.tgz, r-oldrel (arm64): fastTS_1.0.1.tgz, r-release (x86_64): fastTS_1.0.1.tgz, r-oldrel (x86_64): fastTS_1.0.1.tgz
Old sources: fastTS archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fastTS to link to this page.