-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.17 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
43
44
45
46
Package: forecasting
Type: Package
Title: Probabilistic Solar Forecsting
Version: 1.0.0
Author: person("Kate", "Doubleday", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Kate Doubleday <[email protected]>
Description: Generate and evaluate probabilistic solar forecasts,
focusing on post-processing numerical weather prediction ensembles.
Options include empirical cumulative distribution functions (CDFs)
suitable for raw ensembles and persistence ensembles; Bayesian
model averaging (BMA) and ensemble model output statistics (EMOS)
post-processing, and some discontinued attempts at kernel density
estimation and spatial aggregation with copulas (not exported).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
EnvStats,
ggfan,
ggplot2,
KernSmooth,
ks,
logistf,
lubridate,
MASS,
plotly,
pracma,
purrr,
repr,
reshape2,
rvinecopulib,
scoringRules,
stats,
tibble,
truncnorm,
tidyr
Suggests:
colorspace,
corrplot,
fanplot,
ncdf4,
RColorBrewer,
testthat,
zeallot
RoxygenNote: 6.1.1