trentool / TRENTOOL3

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

Saving results of TE Computation #14

Closed mgkabadi closed 8 years ago

mgkabadi commented 9 years ago

Dear Contributors, I' am using TRENTOOL on Process Data for directed graph modeling (causality). I used a previous version of the toolbox and results for each prediction step u was saved correctly (see screenshot 1) But when i update the Toolbox only 2 results are saved (see attachment 2). Can you help me to solve this issue. The intermediate results are useful for plotting TE in function of prediction step u Best Regards, 1 previous trentool version on lorenzdata example 2

mgkabadi commented 9 years ago

I find a solution for the issue. The section was commented for saving intermediate results but this change was not traced. salution_commented_section _on_tesurrogatestats

pwollstadt commented 9 years ago

Dear mgkababadi,

you are right, TRENTOOL does not save intermediate results anymore. This is a fix of an open issue (see TEfindDelay.m shouldn't save TEpermtest as temporary result #1), since these intermediate files do not contain anything but the intermediate TE estimates (using different assumed values for the delay u) and no statistics, we considered them obsolete.

You are right, that these intermediate TE values are useful for plotting. The values are still kept in the output structure and we also changed the plotting function InteractionDelayReconstruction_plotting.m to work with the new output. I am currently traveling, but I will upload a release version of TRENTOOL with a documentation of these changes as soon as possible.

Best, Patricia

trentool commented 8 years ago

@mgkabadi the new release version of TRENTOOL3 is now online. I will close this issue.