-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
60 lines (60 loc) · 2.12 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: posterior
Title: Tools for Working with Posterior Distributions
Version: 1.6.0.9000
Date: 2024-12-17
Authors@R: c(person("Paul-Christian", "Bürkner", email = "[email protected]", role = c("aut", "cre")),
person("Jonah", "Gabry", email = "[email protected]", role = c("aut")),
person("Matthew", "Kay", email = "[email protected]", role = c("aut")),
person("Aki", "Vehtari", email = "[email protected]", role = c("aut")),
person("Måns", "Magnusson", role = c("ctb")),
person("Rok", "Češnovar", role = c("ctb")),
person("Ben", "Lambert", role = c("ctb")),
person("Ozan", "Adıgüzel", role = c("ctb")),
person("Jacob", "Socolar", role = c("ctb")),
person("Noa", "Kallioinen", role = c("ctb")))
Description: Provides useful tools for both users and developers of packages
for fitting Bayesian models or working with output from Bayesian models.
The primary goals of the package are to:
(a) Efficiently convert between many different useful formats of
draws (samples) from posterior or prior distributions.
(b) Provide consistent methods for operations commonly performed on draws,
for example, subsetting, binding, or mutating draws.
(c) Provide various summaries of draws in convenient formats.
(d) Provide lightweight implementations of state of the art posterior
inference diagnostics. References: Vehtari et al. (2021)
<doi:10.1214/20-BA1221>.
Depends:
R (>= 3.2.0)
Imports:
methods,
abind,
checkmate,
rlang (>= 1.0.6),
stats,
tibble (>= 3.1.0),
vctrs (>= 0.5.0),
tensorA,
pillar,
distributional,
parallel,
matrixStats
Suggests:
testthat (>= 2.1.0),
caret (>= 6.0-84),
gbm (>= 2.1.8),
randomForest (>= 4.6.14),
e1071 (>= 1.7-3),
dplyr,
tidyr,
knitr,
ggplot2,
ggdist,
rmarkdown
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: false
URL: https://mc-stan.org/posterior/, https://discourse.mc-stan.org/
BugReports: https://github.com/stan-dev/posterior/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr