-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
executable file
·31 lines (31 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: stlplus
Type: Package
Title: Enhanced Seasonal Decomposition of Time Series by Loess
Version: 0.5.1
Date: 2016-01-05
Authors@R: person("Ryan", "Hafen", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Ryan Hafen <[email protected]>
Description: Decompose a time series into seasonal, trend, and remainder
components using an implementation of Seasonal Decomposition of Time
Series by Loess (STL) that provides several enhancements over the STL
method in the stats package. These enhancements include handling missing
values, providing higher order (quadratic) loess smoothing with automated
parameter choices, frequency component smoothing beyond the seasonal and
trend components, and some basic plot methods for diagnostics.
LazyLoad: yes
LazyData: yes
NeedsCompilation: yes
Imports:
lattice,
yaImpute,
stats,
Rcpp
Suggests:
testthat
LinkingTo: Rcpp
License: BSD_3_clause + file LICENSE
URL: https://github.com/hafen/stlplus
BugReports: https://github.com/hafen/stlplus/issues
Note: This is experimental software distributed free of charge and
comes with no warranty! Exercise professional caution.
RoxygenNote: 5.0.1