All Projects → hafen → stlplus

hafen / stlplus

Licence: other
Seasonal-Trend Decomposition using Loess (STL) in R

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].