-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.76 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
Package: HydeNet
Type: Package
Title: Hybrid Bayesian Networks Using R and JAGS
Version: 0.10.11
Author: Jarrod E. Dalton <[email protected]> and Benjamin Nutter
Maintainer: Benjamin Nutter <[email protected]>
Description: Facilities for easy implementation of hybrid Bayesian networks
using R. Bayesian networks are directed acyclic graphs representing joint
probability distributions, where each node represents a random variable and
each edge represents conditionality. The full joint distribution is therefore
factorized as a product of conditional densities, where each node is assumed
to be independent of its non-descendents given information on its parent nodes.
Since exact, closed-form algorithms are computationally burdensome for inference
within hybrid networks that contain a combination of continuous and discrete
nodes, particle-based approximation techniques like Markov Chain Monte Carlo
are popular. We provide a user-friendly interface to constructing these networks
and running inference using the 'rjags' package. Econometric analyses (maximum
expected utility under competing policies, value of information) involving
decision and utility nodes are also supported.
License: MIT + file LICENSE
Depends:
R (>= 3.0.0),
nnet
Imports:
checkmate,
DiagrammeR (>= 0.9.0),
plyr,
dplyr,
graph,
magrittr,
pixiedust (>= 0.6.1),
rjags,
stats,
stringr,
utils
Suggests:
knitr,
RCurl,
rmarkdown,
survival,
testthat
VignetteBuilder: knitr
SystemRequirements: JAGS (http://mcmc-jags.sourceforge.net)
LazyLoad: yes
LazyData: true
URL: https://github.com/nutterb/HydeNet,
BugReports: https://github.com/nutterb/HydeNet/issues
RoxygenNote: 7.1.0