TransEnt | R Documentation |
Calculate the transfer entropy for a subset of the state matrix
TransEnt(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 |
transfer entropy for each pairwise-individuals in nats
## Not run:
test = TransEnt(idx,statemat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.