stlplus

Seasonal-Trend Decomposition using Loess (STL) in R

https://github.com/hafen/stlplus

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Seasonal-Trend Decomposition using Loess (STL) in R

Basic Info
  • Host: GitHub
  • Owner: hafen
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 64.5 KB
Statistics
  • Stars: 66
  • Watchers: 12
  • Forks: 13
  • Open Issues: 7
  • Releases: 0
Created over 10 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

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:

s install.packages("stlplus")

Github:

s devtools::install_github("hafen/stlplus")

License

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

Owner

  • Name: Ryan Hafen
  • Login: hafen
  • Kind: user
  • Location: WA, USA

GitHub Events

Total
  • Issues event: 1
  • Watch event: 4
  • Fork event: 1
Last Year
  • Issues event: 1
  • Watch event: 4
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 34
  • Total Committers: 1
  • Avg Commits per committer: 34.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
hafen r****n@g****m 34

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 12
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 10
  • Total pull request authors: 0
  • Average comments per issue: 1.42
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • M-Harrington (2)
  • Pythagoras19 (1)
  • bnkakey (1)
  • jsacerot (1)
  • marchezinixd (1)
  • ruananswer (1)
  • Neverstop7 (1)
  • lutzvdb (1)
  • charleswg (1)
  • hafen (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 2,189 last-month
  • Total docker downloads: 21,777
  • Total dependent packages: 5
  • Total dependent repositories: 6
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: stlplus

Enhanced Seasonal Decomposition of Time Series by Loess

  • Versions: 1
  • Dependent Packages: 5
  • Dependent Repositories: 6
  • Downloads: 2,189 Last month
  • Docker Downloads: 21,777
Rankings
Forks count: 5.8%
Stargazers count: 5.9%
Dependent packages count: 8.2%
Average: 9.1%
Downloads: 10.2%
Dependent repos count: 12.0%
Docker downloads count: 12.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • Rcpp * imports
  • lattice * imports
  • stats * imports
  • yaImpute * imports
  • testthat * suggests