forked from itsrainingdata/sparsebn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.1 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
Package: sparsebn
Title: Learning Sparse Bayesian Networks from High-Dimensional Data
Version: 0.0.5
Date: 2017-09-11
Authors@R: c(
person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre")),
person("Jiaying", "Gu", role = c("aut")),
person("Dacheng", "Zhang", role = c("aut")),
person("Qing", "Zhou", role = c("aut"))
)
Maintainer: Bryon Aragam <sparsebn@gmail.com>
Description: Fast methods for learning sparse Bayesian networks from high-dimensional data using sparse regularization, as described in Aragam, Gu, and Zhou (2017) <arXiv:1703.04025>. Designed to handle mixed experimental and observational data with thousands of variables with either continuous or discrete observations.
Depends:
R (>= 3.2.3),
sparsebnUtils (>= 0.0.5),
ccdrAlgorithm (>= 0.0.4),
discretecdAlgorithm (>= 0.0.5)
Suggests:
knitr,
rmarkdown,
mvtnorm,
igraph,
graph,
testthat
URL: https://github.com/itsrainingdata/sparsebn
BugReports: https://github.com/itsrainingdata/sparsebn/issues
License: GPL (>= 2)
RoxygenNote: 6.0.1
VignetteBuilder: knitr
LazyData: true