condMI | R Documentation |
Calculate the conditional mutual information for a subset of the state matrix
condMI(idx, statemat, norm = TRUE)
idx |
rows of the state matrix for which to compute mutual information |
statemat |
state matrix where each individual is a column and elements are observed states |
norm |
Should the overall result be normalized to the total entropy |
mutual information for each individual in nats
## Not run:
test = condMI(idx,statemat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.