logLik.dbn.fit {dbnR} | R Documentation |
Calculate the log-likelihood of a dynamic Bayesian network
Description
Generic method for calculating the log-likelihood of a
"dbn.fit" S3 object given some data. Calls bnlearn's logLik
underneath.
Usage
## S3 method for class 'dbn.fit'
logLik(object, dt, ...)
Arguments
object |
the fitted network |
dt |
the dataset to calculate the score of the network |
... |
additional parameters for the network scoring |
Value
the log-likelihood score of the network
[Package dbnR version 0.7.9 Index]