-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
42 lines (42 loc) · 1.3 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
Package: hts
Title: Hierarchical and Grouped Time Series
Version: 6.0.3
Authors@R: c(
person("Rob", "Hyndman", role = "aut", comment = "Package creator"),
person("Alan", "Lee", role = "aut", comment = "Fast computation using recursive methods"),
person("Earo", "Wang", role = c("aut", "cre"), email = "[email protected]"),
person("Shanika", "Wickramasuriya", role = "aut", comment = "Reconciliation via trace minimization")
)
Description: Provides methods for analysing and forecasting hierarchical and
grouped time series. The available forecast methods include bottom-up,
top-down, optimal combination reconciliation (Hyndman et al. 2011)
<doi:10.1016/j.csda.2011.03.006>, and trace minimization reconciliation
(Wickramasuriya et al. 2018) <doi:10.1080/01621459.2018.1448825>.
Depends:
R (>= 3.2.0),
forecast (>= 8.12)
Imports:
SparseM,
Matrix,
parallel,
utils,
methods,
graphics,
grDevices,
stats
Suggests:
testthat,
rmarkdown,
covr
LinkingTo:
Rcpp (>= 0.11.0),
RcppEigen
LazyLoad: yes
LazyData: yes
ByteCompile: TRUE
URL: https://pkg.earo.me/hts/
BugReports: https://github.com/earowang/hts/issues
License: GPL (>= 2)
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Encoding: UTF-8