BZPaper / RTransferEntropy

Code to implement transfer entropy (Shannon and Renyi)
GNU General Public License v3.0
20 stars 10 forks source link

Add additional extractor functions #46

Closed DavZim closed 6 years ago

DavZim commented 6 years ago

Add additional extractor functions for

Anything that I'm missing?

LeeHaoyu commented 6 years ago

p-values, std. err.?

LeeHaoyu commented 6 years ago

I think the plot() suggestion from the JSS doesn't make much sense, since transfer_entropy only calculates 2 values that are of interest...

DavZim commented 6 years ago

How about a plot of the bootstrapped TEs (if n > 1)

LeeHaoyu commented 6 years ago

Hm...we could add a density plot - which users can plot anyway if they can extract the bootstrap results - but what should people do with it? The quantiles are reported so the added value of a plot would be negligible, I think. It would just be a graphical illustration of the significance test, and we have p-values and even stars...my two cents - it's open for discussion ;)

DavZim commented 6 years ago

printCoefmap is now used in summary (which is a little different from print now)