Description Usage Arguments Value
Estimate mutual information on network given evidence. Note the mutual information of a variable with itself is the entropy of that variable (not necessarily 1).
1 2 3 |
net |
the network |
evidence |
vector of integers specifying known values of nodes. This can include NA values for unknown variables. |
nodes |
The nodes to estimate informative environment variables for. |
envNodes |
The environment variables. |
weights |
A weight vector to combine results for weighted overall information. |
num |
integer specifying the number of samples to used in inference |
algorithm |
A string specifying a valid sampling algorithm. |
algoSpecific |
Required settings for sampling algorithm. |
debug |
For internal use only. |
matrix with each row giving mutual information of node with environment variables. An additional row exists for the weighted combined information if weights is not NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.