mutual_info {bnmonitor} | R Documentation |
Mutual information
Description
Computation of the mutual information in a Bayesian network
Usage
mutual_info(bnfit, node)
Arguments
bnfit |
object of class |
node |
a node of |
Details
The mutual information between two variables and
with sample spaces
and
, respectively, is equal to
Value
A dataframe with the following columns: Nodes
- the vertices of the BN; MutualInfo
- the mutual information of the corresponding node.
References
Albrecht, D., Nicholson, A. E., & Whittle, C. (2014). Structural sensitivity for the knowledge engineering of Bayesian networks. In Probabilistic Graphical Models (pp. 1-16). Springer International Publishing.
See Also
Examples
mutual_info(travel, "T")
[Package bnmonitor version 0.2.0 Index]