-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
67 lines (67 loc) · 2.14 KB
/
DESCRIPTION
File metadata and controls
67 lines (67 loc) · 2.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: distributional
Title: Vectorised Probability Distributions
Version: 0.7.0.9000
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
role = c("aut", "cre"),
email = "mail@mitchelloharawild.com",
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Matthew",
family = "Kay",
role = c("aut"),
comment = c(ORCID = "0000-0001-9446-0419")),
person(given = "Alex",
family = "Hayes",
role = c("aut"),
comment = c(ORCID = "0000-0002-4985-5160")),
person(given = "Rob",
family = "Hyndman",
role = c("aut"),
comment = c(ORCID = "0000-0002-2140-5352")),
person(given = "Earo",
family = "Wang",
role = c("ctb"),
comment = c(ORCID = "0000-0001-6448-5260")),
person(given = "Vencislav",
family = "Popov",
role = c("ctb"),
comment = c(ORCID = "0000-0002-8073-4199")))
Description: Vectorised distribution objects with tools for manipulating,
visualising, and using probability distributions. Designed to allow model
prediction outputs to return distributions rather than their parameters,
allowing users to directly interact with predictive distributions in a
data-oriented workflow. In addition to providing generic replacements for
p/d/q/r functions, other useful statistics can be computed including means,
variances, intervals, and highest density regions.
License: GPL-3
Depends:
R (>= 4.0.0)
Imports:
vctrs (>= 0.3.0),
rlang (>= 0.4.5),
generics,
stats,
numDeriv,
utils,
lifecycle,
pillar
Suggests:
testthat (>= 2.1.0),
covr,
mvtnorm,
actuar (>= 2.0.0),
evd,
ggdist,
ggplot2,
gk,
LaplacesDemon,
pkgdown
RdMacros:
lifecycle
URL: https://pkg.mitchelloharawild.com/distributional/, https://github.com/mitchelloharawild/distributional
BugReports: https://github.com/mitchelloharawild/distributional/issues
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3