Package: stlplus 0.5.1

stlplus: 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.

Authors:Ryan Hafen [aut, cre]

stlplus_0.5.1.tar.gz
stlplus_0.5.1.zip(r-4.5)stlplus_0.5.1.zip(r-4.4)stlplus_0.5.1.zip(r-4.3)
stlplus_0.5.1.tgz(r-4.5-x86_64)stlplus_0.5.1.tgz(r-4.5-arm64)stlplus_0.5.1.tgz(r-4.4-x86_64)stlplus_0.5.1.tgz(r-4.4-arm64)stlplus_0.5.1.tgz(r-4.3-x86_64)stlplus_0.5.1.tgz(r-4.3-arm64)
stlplus_0.5.1.tar.gz(r-4.5-noble)stlplus_0.5.1.tar.gz(r-4.4-noble)
stlplus_0.5.1.tgz(r-4.4-emscripten)stlplus_0.5.1.tgz(r-4.3-emscripten)
stlplus.pdf |stlplus.html
stlplus/json (API)

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

Bug tracker:https://github.com/hafen/stlplus/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

cpp

7.05 score 64 stars 5 packages 63 scripts 1.2k downloads 3 mentions 10 exports 3 dependencies

Last updated 8 years agofrom:c4a812b9da. Checks:4 OK, 7 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 05 2025
R-4.5-win-x86_64NOTEFeb 05 2025
R-4.5-mac-x86_64NOTEFeb 05 2025
R-4.5-mac-aarch64NOTEFeb 05 2025
R-4.5-linux-x86_64NOTEFeb 05 2025
R-4.4-win-x86_64NOTEFeb 05 2025
R-4.4-mac-x86_64NOTEFeb 05 2025
R-4.4-mac-aarch64NOTEFeb 05 2025
R-4.3-win-x86_64OKFeb 05 2025
R-4.3-mac-x86_64OKFeb 05 2025
R-4.3-mac-aarch64OKFeb 05 2025

Exports:fcgetrawplot_cycleplot_rembycycleplot_seasonalplot_trendremainderseasonalstlplustrend

Dependencies:latticeRcppyaImpute

Readme and manuals

Help Manual

Help pageTopics
Cycle-Subseries Plot for an stlplus Objectplot_cycle
Plot of Remainder Component by Cycle-Subseriesplot_rembycycle
Seasonal Diagnostic Plot for an stlplus Objectplot_seasonal
Trend Diagnostic Plot for an stlplus Objectplot_trend
Lattice plot of the raw, seasonal, trend, and remainder componentsplot.stlplus
Accessor functions for elements of an stl and stlplus objectfc fitted.stl fitted.stlplus getraw predict.stl predict.stlplus remainder remainder.stl remainder.stlplus seasonal seasonal.stl seasonal.stlplus time.stl time.stlplus trend trend.stl trend.stlplus
Seasonal Decomposition of Time Series by Loessstlplus stlplus.ts stlplus.zoo