-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.2 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
Package: solarbenchmarks
Title: Intra-Hour and Intra-Day Probabilistic Solar Forecast Benchmarks
Version: 1.0.0
Authors@R: c(person("Kate", "Doubleday", email = "[email protected]",
role = c("aut", "cre")),
person("Joakim", "Munkhammar", role = "ctb"),
person("Mahmoud", "Shepero", role = "ctb"))
Description: Implements common benchmark probabilistic solar forecast methods for
intra-hour (very short-term) and intra-day (short-term) forecasting. Benchmark methods are
intended as baselines against which forecast improvements are assessed. Six benchmark
classes are available: climatology, complete history persistence ensembles, persistence
ensembles, numerical weather prediction ensembles, Gaussian error distributions, and Markov-
chain mixture distributions. Open-source SURFRAD (irradiance observations) and CAMS McClear
(clear-sky irradiance estimates) data are packaged for easy comparison across the 7 SURFRAD
locations in the U.S.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
ggfan,
here,
matrixcalc,
ncdf4,
pracma,
reshape2,
tibble,
tidyr,
truncnorm
RoxygenNote: 6.1.1
Suggests:
testthat