-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.13 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
Package: conformalForecast
Title: Conformal prediction methods for multistep-ahead time series
forecasting
Version: 0.0.0.9000
Authors@R: c(
person("Xiaoqian", "Wang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4827-496X")),
person("Rob", "Hyndman", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2140-5352"))
)
Description: Methods and tools for performing multistep-ahead time series
forecasting using conformal prediction methods including classical
conformal prediction, adaptive conformal prediction, conformal PID
control, and Multistep-ahead conformal prediction.
License: GPL (>= 3)
URL: https://github.com/xqnwang/conformalForecast, https://xqnwang.github.io/conformalForecast/
BugReports: https://github.com/xqnwang/conformalForecast/issues
Imports:
forecast,
ggdist,
rlang,
stats,
zoo
Suggests:
dplyr,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tsibble
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr