-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.15 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
Package: evalRTPF
Title: Evaluate the discrepancy between two Real-Time updated Probabilistic Forecasts
Version: 0.0.0.9000
Authors@R: c(
person(given = "Chi-Kuang", family = "Yeh",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Gregory", family = "Rice",
role = c("ctb", "ths")),
person(given = "Joel A.", family = "Dubin",
role = c("ctb", "ths"))
)
Description:
This package provides the evaluating tools to on the performance between two
or more competing continuously-updated probabilistic forecasts, under the
square norm, along with an easy-to-interpret graphical representation.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
dplyr (>= 1.0.1),
ggplot2 (>= 3.3.2),
stats (>= 4.0.3),
tidyr (>= 1.1.1),
RSpectra (>= 0.16.0),
rlist (>= 0.4.6.1),
purrr (>= 0.3.4),
MASS (>= 7.3-52)
Suggests:
knitr (>= 1.28.0),
readr (>= 1.3.1),
reshape2 (>= 1.4.4),
rmarkdown (>= 2.1.0),
gridExtra (>= 2.3.0),
tibble (>= 3.0.3),
sde
VignetteBuilder: knitr