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.7)stlplus_0.5.1.zip(r-4.6)stlplus_0.5.1.zip(r-4.5)
stlplus_0.5.1.tgz(r-4.6-x86_64)stlplus_0.5.1.tgz(r-4.6-arm64)stlplus_0.5.1.tgz(r-4.5-x86_64)stlplus_0.5.1.tgz(r-4.5-arm64)
stlplus_0.5.1.tar.gz(r-4.7-arm64)stlplus_0.5.1.tar.gz(r-4.7-x86_64)stlplus_0.5.1.tar.gz(r-4.6-arm64)stlplus_0.5.1.tar.gz(r-4.6-x86_64)
stlplus_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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:

Conda:

cpp

7.09 score 64 stars 4 packages 83 scripts 1.3k downloads 3 mentions 10 exports 3 dependencies

Last updated from:2cf6b24f69. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK728
linux-devel-x86_64OK120
source / vignettesOK162
linux-release-arm64OK145
linux-release-x86_64OK126
macos-release-arm64OK150
macos-release-x86_64OK341
macos-oldrel-arm64OK144
macos-oldrel-x86_64OK304
windows-develOK119
windows-releaseOK97
windows-oldrelOK115
wasm-releaseOK96

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