nbn2gema {rbmn} | R Documentation |
from a /nbn/ object defining a normal Bayesian network, computes the
vector mu
and the matrix li
such that if the vector
E
is a vector of i.i.d. centred and standardized normal, then
mu + li
*
E
has the same distribution as the input /nbn/.
nbn2gema(nbn)
nbn |
|
a list with the two following components: mu
and li
.
identical(nbn2gema(rbmn0nbn.02), rbmn0gema.02);