trentool / TRENTOOL3

Open-Source MATLAB toolbox for transfer entropy estimation
http://trentool.github.io/TRENTOOL3/
GNU General Public License v3.0
58 stars 26 forks source link

TEfindDelay.m shouldn't save TEpermtest as temporary result #1

Closed trentool closed 9 years ago

trentool commented 9 years ago

TEfindDelay.m currently writes the following intermediate file types to disk:

*TEpermtest_output.mat
*TE_output.mat 
The function should write one intermediate file instead, this file should be named differently since it does not contain permutation statistics.
trentool commented 9 years ago

As of now, TRENTOOL only writes a file *TEpermtest_output.mat to disk.