-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
35 lines (35 loc) · 1.74 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
Package: bnlearn
Type: Package
Title: Bayesian Network Structure Learning, Parameter Learning and
Inference
Version: 5.0.1
Date: 2024-08-19
Depends: R (>= 4.4.0), methods
Suggests: parallel, graph, Rgraphviz, igraph, lattice, gRbase, gRain
(>= 1.3-3), Rmpfr, gmp
Authors@R: c(person(given = "Marco", family = "Scutari", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tomi", family = "Silander", role = "ctb"))
Maintainer: Marco Scutari <[email protected]>
Description: Bayesian network structure learning, parameter learning and inference.
This package implements constraint-based (PC, GS, IAMB, Inter-IAMB, Fast-IAMB, MMPC,
Hiton-PC, HPC), pairwise (ARACNE and Chow-Liu), score-based (Hill-Climbing and Tabu
Search) and hybrid (MMHC, RSMAX2, H2PC) structure learning algorithms for discrete,
Gaussian and conditional Gaussian networks, along with many score functions and
conditional independence tests.
The Naive Bayes and the Tree-Augmented Naive Bayes (TAN) classifiers are also implemented.
Some utility functions (model comparison and manipulation, random data generation, arc
orientation testing, simple and advanced plots) are included, as well as support for
parameter estimation (maximum likelihood and Bayesian) and inference, conditional
probability queries, cross-validation, bootstrap and model averaging.
Development snapshots with the latest bugfixes are available from <https://www.bnlearn.com/>.
URL: https://www.bnlearn.com/
SystemRequirements: USE_C17
License: GPL (>= 2)
LazyData: yes
NeedsCompilation: yes
Packaged: 2024-08-19 16:16:27 UTC; fizban
Author: Marco Scutari [aut, cre],
Tomi Silander [ctb]
Repository: CRAN
Date/Publication: 2024-08-19 17:40:11 UTC