Computes the mutual information from one node to all other nodes, or between sets of nodes.
mutualInformation(ggm, from, to = "all", covMat)
Partial correlation network. Can be missing if 'covMat' is supplied.
Integer vector corresponding to one set of nodes. Defaults to all nodes.
Integer vector corresponding to another set of nodes, or 'all'
to compute the mutual information of each node to all other nodes.
Variance-covariance matrix. Can be missing if 'ggm' is supplied.