generated from greta-dev/greta.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.43 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
Package: greta.censored
Title: Censored Distributions for 'greta'
Version: 0.1.0
Authors@R: c(
person(
given = "Mlen-Too",
family = "Wesley",
email = "[email protected]",
role = c("aut", "cre")
)
)
Description: Provides additional censored distributions for use with 'greta',
a probabilistic programming framework for Bayesian modeling. Includes
censored versions of Normal, Log-Normal, Student's T, Gamma, Exponential,
Weibull, Pareto, and Beta distributions with support for right, left,
and interval censoring. For details on 'greta', see Golding (2019)
<doi:10.21105/joss.01601>. The methods are implemented using 'TensorFlow'
and 'TensorFlow Probability' for efficient computation.
License: Apache License 2.0
URL: https://github.com/mtwesley/greta.censored
BugReports: https://github.com/mtwesley/greta.censored/issues
Depends:
greta (>= 0.4.2),
R (>= 3.1.0)
Imports:
glue,
reticulate,
tensorflow (>= 2.7.0)
Suggests:
devtools,
VGAM,
knitr,
rmarkdown,
testthat (>= 3.1.0),
roxygen2,
styler,
pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 3.7.0) with header files and shared
library; TensorFlow (>= v2.0.0; https://www.tensorflow.org/); TensorFlow
Probability (v0.8.0; https://www.tensorflow.org/probability/)