te-causality
te-causality copied to clipboard
Generalized Transfer Entropy analysis for model-free network reconstruction.
Results
2
te-causality issues
Sort by
recently updated
recently updated
newest added
Thanks for sharing the code. I noticed the following error in gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0/ios:40. and had to use fail() to make it work. In other words, "inputfile == NULL"...
Currently, all of the causality functions such as `TransferEntropySeparated(...)` in `te-extended.cpp` are part of the SimKernel object. They therefore cannot be tested in `causality_test.cpp` without the SimKernel overhead. In the...
low priority