gema2mn {rbmn}R Documentation

computes a /mn/ from a /gema/

Description

from a /gema/ object defining a normal Bayesian network, computes the expectation and variance matrix.

Usage

gema2mn(gema)

Arguments

gema

Initial gema object.

Value

a list with the following components: mu and gamma.

Examples

 print8mn(gema2mn(rbmn0gema.04));

[Package rbmn version 0.9-6 Index]