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

View source: R/bnlearn_compat.R

AIC.dbn.fitR Documentation

Calculate the AIC of a dynamic Bayesian network

Description

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

Usage

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

Arguments

object

the fitted network

...

additional parameters for the network scoring

k

the penalty parameter

Value

the AIC score of the network


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.