Package: fastTS 1.0.1.9000
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:
fastTS_1.0.1.9000.tar.gz
fastTS_1.0.1.9000.zip(r-4.5)fastTS_1.0.1.9000.zip(r-4.4)fastTS_1.0.1.9000.zip(r-4.3)
fastTS_1.0.1.9000.tgz(r-4.4-any)fastTS_1.0.1.9000.tgz(r-4.3-any)
fastTS_1.0.1.9000.tar.gz(r-4.5-noble)fastTS_1.0.1.9000.tar.gz(r-4.4-noble)
fastTS_1.0.1.9000.tgz(r-4.4-emscripten)fastTS_1.0.1.9000.tgz(r-4.3-emscripten)
fastTS.pdf |fastTS.html✨
fastTS/json (API)
NEWS
# 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
- uihc_ed_arrivals - Hourly arrivals into the University of Iowa Hospital Emergency Department
Last updated 8 months agofrom:9d127a0842. Checks:OK: 5 ERROR: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | ERROR | Nov 23 2024 |
R-4.5-linux | ERROR | Nov 23 2024 |
R-4.4-win | OK | Nov 23 2024 |
R-4.4-mac | OK | Nov 23 2024 |
R-4.3-win | OK | Nov 23 2024 |
R-4.3-mac | OK | Nov 23 2024 |
Exports:fastTSpenalty_scaler
Dependencies:clidplyrfansigenericsgluehardhatlifecyclemagrittrncvregpillarpkgconfigR6RcppRcppRollrlangtibbletidyselectutf8vctrswithryardstick
Forecasting with fastTS
Rendered fromforecasting.Rmd
usingknitr::rmarkdown
on Nov 23 2024.Last update: 2024-03-06
Started: 2024-03-06
Simple Case Studies
Rendered fromcase_studies.Rmd
usingknitr::rmarkdown
on Nov 23 2024.Last update: 2024-02-08
Started: 2022-05-31
Time Series Modeling with Multiple Modes
Rendered fromhourly_er_visits.Rmd
usingknitr::rmarkdown
on Nov 23 2024.Last update: 2024-03-07
Started: 2022-06-23
Readme and manuals
Help Manual
Help page | Topics |
---|---|
internal AICc function for lasso models | AICc get_model_matrix get_oos_results |
Fast time series modeling with ranked sparsity | coef.fastTS fastTS plot.fastTS print.fastTS summary.fastTS |
Penalty Scaling Function for parametric penalty weights | penalty_scaler |
Predict function for fastTS object | predict.fastTS |
Hourly arrivals into the University of Iowa Hospital Emergency Department | uihc_ed_arrivals |