forked from robjhyndman/stR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: stR
Title: Seasonal Trend Decomposition Using Regression
Version: 0.7.0.9000
Description: Methods for decomposing seasonal data: STR (a Seasonal-Trend
time series decomposition procedure based on Regression) and Robust STR. In
some ways, STR is similar to Ridge Regression and Robust STR can be related to
LASSO. They allow for multiple seasonal components, multiple linear covariates
with constant, flexible and seasonal influence. Seasonal patterns (for both
seasonal components and seasonal covariates) can be fractional and flexible
over time; moreover they can be either strictly periodic or have a more
complex topology. The methods provide confidence intervals for the estimated
components. The methods can also be used for forecasting.
Authors@R: c(
person("Alexander", "Dokumentov", role = "aut", comment = c(ORCID = "0000-0003-0478-0983")),
person("Rob", "Hyndman", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2140-5352"))
)
Depends: R (>= 3.5.0)
Imports:
compiler,
foreach,
forecast,
graphics,
grDevices,
Matrix,
methods,
quantreg,
SparseM,
stats
Suggests:
demography,
doParallel,
knitr,
markdown,
rgl,
rmarkdown,
seasonal,
testthat
URL: https://pkg.robjhyndman.com/stR/, https://github.com/robjhyndman/stR
BugReports: https://github.com/robjhyndman/stR/issues
License: GPL-3
LazyData: true
Encoding: UTF-8
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr