SkillAgentSearch skills...

Stlplus

Seasonal-Trend Decomposition using Loess (STL) in R

Install / Use

npx skills add hafen/stlplus

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

stlplus

Build Status CRAN

png

This package contains enhancements to the Seasonal Trend Decomposition using Loess (STL) implementation that comes with base R, stl().

Here are some of the added features over stl():

  • Can handle NA values
  • Higher order loess smoothing (more than just local constant and linear)
  • Automated parameter choices for local quadratic
  • Frequency component smoothing beyond seasonal and trend
  • Plot methods for diagnostics

For (very) experimental inference, prediction, and variance reduction at endpoints, see the operator package.

References

Installation

CRAN:

install.packages("stlplus")

Github:

devtools::install_github("hafen/stlplus")

License

This software is released under the BSD license. Please read the license document.

Related Skills

View on GitHub
GitHub Stars65
CategoryDevelopment
Updated18d ago
Forks13

Languages

R

Security Score

80/100

Audited on Jul 20, 2026

No findings