estimate8nbn {rbmn}R Documentation

estimating the /nbn/ parameters

Description

From a /nbn/ to describe the DAG, and a data.frame containing the necessary observations, returns the /nbn/ with all its parameters newly estimated.

Usage

estimate8nbn(nbn, data)

Arguments

nbn

The initial /nbn/.

data

The data frame comprising all /nbn/ nodes.

Details

No constraints are put on the parameters.

Value

The resulting /nbn/ with the estimated parameters.

Examples

 data(boco);
 print8nbn(rbmn0nbn.05);
 print8nbn(estimate8nbn(rbmn0nbn.05, boco));

[Package rbmn version 0.9-6 Index]