BIC.dbn.fit: Calculate the BIC of a dynamic Bayesian network

View source: R/bnlearn_compat.R

BIC.dbn.fitR Documentation

Calculate the BIC of a dynamic Bayesian network

Description

Generic method for calculating the Bayesian information criterion (BIC) of a "dbn.fit" S3 object given some data. Calls bnlearn's BIC underneath.

Usage

## S3 method for class 'dbn.fit'
BIC(object, ...)

Arguments

object

the fitted network

...

additional parameters for the network scoring

Value

the BIC score of the network


dkesada/dbnR documentation built on June 19, 2024, 6:45 p.m.