estimate8nbn: estimating the /nbn/ parameters

View source: R/f06.nbnst.code.r

estimate8nbnR 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));

rbmn documentation built on July 9, 2023, 6:37 p.m.