Learn R Programming

rbmn (version 0.9-6)

mn2gema: 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)

Value

a list with the /gema/ components $mu and $li.

Arguments

mn

Initial mn object.

Examples

Run this code
 print8gema(mn2gema(rbmn0mn.04));

Run the code above in your browser using DataLab