Skip to content
/ operator Public

Loess and STL Operator Matrix Computation for Time Series

License

Notifications You must be signed in to change notification settings

hafen/operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operator: Loess and STL Operator Matrix Computation for Time Series

This package contains methods to compute operator matrices for loess and STL decompositions. It was written during graduate work at Purdue University and no development has occurred while I have been at PNNL. I am making it public here because I never got around to putting it on CRAN.

Some of its features:

  • Model selection (ANOVA, Cp statistic)
  • Prediction (with plot methods)
  • Confidence intervals (with plot methods)
  • "Blending" to lower-degree polynomial at endpoints
  • Computation and plotting of frequency response functions for different parameter choices of each component in a decomposition, useful for diagnosing whether there is interference between seasonal and trend smoothing
  • Experimental support for including an ARMA component in the mix

Note that these methods consume a lot of time and memory for very long series, and due to the locality of STL and Loess, one should consider applying them to only the portion of the series of interest.

For functions to apply and plot STL decompositions, see the stl2 package.

References

License

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

About

Loess and STL Operator Matrix Computation for Time Series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published