-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.52 KB
/
Copy pathDESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.52 KB
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
Package: scoringRules
Type: Package
Title: Scoring Rules for Parametric and Simulated Distribution Forecasts
Version: 1.1.3
Date: 2024-09-12
Authors@R: c(person(given = c("Alexander", "I."), family = "Jordan", role = "aut",
comment = c(ORCID = "0000-0001-7423-1352")),
person(given = "Fabian", family = "Krueger",
role = c("aut", "cre"),
email = "Fabian.Krueger83@gmail.com",
comment = c(ORCID = "0000-0002-5112-9037")),
person(given = "Sebastian", family = "Lerch", role = "aut",
comment = c(ORCID = "0000-0002-3467-4375")),
person(given = "Sam", family = "Allen", role = "aut",
comment = c(ORCID = "0000-0003-1971-8277")),
person(given = "Maximiliane", family = "Graeter", role = "ctb"))
Description: Dictionary-like reference for computing scoring rules in a wide
range of situations. Covers both parametric forecast distributions (such as
mixtures of Gaussians) and distributions generated via simulation. Further
details can be found in the package vignettes <doi:10.18637/jss.v090.i12>,
<doi:10.18637/jss.v110.i08>.
URL: https://github.com/FK83/scoringRules
License: GPL (>= 2)
Imports:
Rcpp (>= 0.12.0),
methods,
MASS,
knitr
Depends:
R (>= 3.00)
Suggests:
gsl (>= 1.8-3),
hypergeo(>= 1.0),
rmarkdown,
testthat,
crch,
ggplot2
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8