-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.3 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
Package: FGM
Title: Bayesian Functional Graphical Models with R
Version: 1.0.27
Authors@R:
person(given = "Laura",
family = "Codazzi",
role = c("aut", "cre"), email="laura.codazzi@tuhh.de")
person(given = "Alessandro",
family = "Colombi",
role = c("aut", "cre"), email="a.colombi10@campus.unimib.it")
person(given = "Matteo",
family = "Gianella",
role = c("aut", "cre"), email="matteo.gianella@polimi.it")
Description: This package implements an Hybrid Gibbs Sampler strategy for the reference Functional Graphical Model. A simplified version of the model is menageable. It is assumed that the Functional Model is implemented in JAGS, so that this package is capable of providing functions that summarize and manages the output coming from the sampler. Along with the sampler, this package provides useful tools to control the convergence of the chains exploiting coda package, and smoothing utilities in order to perfrom a Bayesian Smoothing. As far as plots of matrices are concerned, the fields package is used.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: yes
Imports:
stringr (>= 1.4.0),
coda (>= 0.19.3),
fields (>= 10.0),
e1071 (>= 1.7.3),
fda (>= 2.4.8)
Depends:
R (>= 2.10)