Skip to content
/ stlplus Public

Seasonal-Trend Decomposition using Loess (STL) in R

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

hafen/stlplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4a812b · Dec 5, 2016

History

36 Commits
Jan 6, 2016
Dec 9, 2015
Dec 9, 2015
Dec 9, 2015
Jan 6, 2016
Jan 6, 2016
Jan 6, 2016
Dec 9, 2015
Jan 6, 2016
Dec 9, 2015
Dec 9, 2015
Jan 6, 2016
Jan 6, 2016
Dec 5, 2016

Repository files navigation

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.

About

Seasonal-Trend Decomposition using Loess (STL) in R

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published