HCAdf_to_TE | R Documentation |
Computes transfer entropy for each timebin of a HCAdf object
HCAdf_to_TE(
HCAdf,
lagtime = 900,
aggre.time = 900,
norm = TRUE,
int.pairs = F,
strict.input = F
)
HCAdf |
HCAdf object |
lagtime |
lag time for transfer entropy in seconds |
aggre.time |
timebins in seconds |
norm |
flag to compute entropy |
int.pairs |
If true, it will compute the outgoing (affTE) and incoming entropy (effTE) for each individual. If false, it will be TE between all pairs. |
strict.input |
Error if input is not of class HCAdf |
transfer entropy summary
## Not run:
test = HCAdf_to_TE(asdfsadf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.