mn2gema {rbmn} | R Documentation |
computes a /gema/ from a /mn/
Description
proposes generating matrices of a Bayesian network from a /mn/ object defining a multinormal distribution by expectation and variance, under the assumption that the nodes are in topological order.
Usage
mn2gema(mn)
Arguments
mn |
Initial |
Value
a list with the /gema/ components $mu
and $li
.
Examples
print8gema(mn2gema(rbmn0mn.04));
[Package rbmn version 0.9-6 Index]