-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
executable file
·33 lines (33 loc) · 1.26 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
Type: Package
Package: FoReco
Title: Forecast Reconciliation
Version: 1.0.0.9012
Authors@R:
c(person(given = "Daniele",
family = "Girolimetto",
role = c("aut", "cre", "fnd"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9387-1232")),
person(given = "Tommaso",
family = "Di Fonzo",
role = c("aut", "fnd"),
comment = c(ORCID = "0000-0003-3388-7827")))
Description: Classical (bottom-up and top-down), optimal combination and heuristic
point (Di Fonzo and Girolimetto, 2023 <doi:10.1016/j.ijforecast.2021.08.004>) and
probabilistic (Girolimetto et al. 2023 <doi:10.1016/j.ijforecast.2023.10.003>)
forecast reconciliation procedures for linearly constrained time series
(e.g., hierarchical or grouped time series) in cross-sectional, temporal,
or cross-temporal frameworks.
License: GPL-3
URL: https://github.com/danigiro/FoReco,
https://danigiro.github.io/FoReco/
BugReports: https://github.com/danigiro/FoReco/issues
Depends: R (>= 3.4), Matrix
Imports: methods, osqp, stats, cli
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)