"UGgmm"
class is the class of undirected Gaussian graphical
Markov models defined within the qpgraph
package to store
simulate and manipulate this type of graphical Markov models (GMMs).An undirected Gaussian GMM is a family of multivariate normal distributions sharing a set of conditional independences encoded by means of an undirected graph. Further details can be found in the book of Lauritzen (1996).
UGgmm(g, ...)
corresponding
to constructor methods or rUGgmm(n, g, ...)
corresponding to random
simulation methods.p
:"integer"
storing the dimension of the
undirected Gaussian GMM corresponding to the number of random variables.g
:graphBAM-class
storing
the associated undirected labeled graph.mean
:"numeric"
storing the mean vector.sigma
:dspMatrix-class
storing the covariance matrix.UGgmm(g)
g
can be either an
adjacency matrix or a graphBAM-class
object.rUGgmm(n, g)
n
is the number of GMMs to
simulate and g
can be either a graphParam object,
an adjacency matrix or a graphBAM-class
object.names(x)
x
that can be retrieved with the $
accessor operator.$
list
.dim(x)
dimnames(x)
show(object)
object
.summary(object)
object
.plot(x, ...)
x
. It uses the plotting
capabilities from the Rgraphviz
library to which further arguments
specified in ...
are further passed.