BIC.dbn {dbnR} | R Documentation |
Calculate the BIC of a dynamic Bayesian network
Description
Generic method for calculating the Bayesian information criterion (BIC) of a
"dbn" S3 object given some data. Calls bnlearn's BIC
underneath.
Usage
## S3 method for class 'dbn'
BIC(object, ...)
Arguments
object |
the structure of the network |
... |
additional parameters for the network scoring |
Value
the BIC score of the network
[Package dbnR version 0.7.9 Index]