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:
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.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
Last updated 8 years agofrom:c4a812b9da. Checks:OK: 4 NOTE: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | NOTE | Nov 07 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 07 2024 |
R-4.4-win-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:fcgetrawplot_cycleplot_rembycycleplot_seasonalplot_trendremainderseasonalstlplustrend
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Cycle-Subseries Plot for an stlplus Object | plot_cycle |
Plot of Remainder Component by Cycle-Subseries | plot_rembycycle |
Seasonal Diagnostic Plot for an stlplus Object | plot_seasonal |
Trend Diagnostic Plot for an stlplus Object | plot_trend |
Lattice plot of the raw, seasonal, trend, and remainder components | plot.stlplus |
Accessor functions for elements of an stl and stlplus object | fc 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 Loess | stlplus stlplus.ts stlplus.zoo |