Added info about DetectingInteractionLags demo to readme file

This commit is contained in:
joseph.lizier 2012-11-19 03:55:58 +00:00
parent 808ca04a6c
commit 635646997e
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ Several sets of demonstration code are distributed with the toolkit:
b. demos/octave/CellularAutomata - using the Java toolkit to plot local information dynamics profiles in cellular automata; the toolkit is run under Octave or Matlab - see description at http://code.google.com/p/information-dynamics-toolkit/wiki/CellularAutomataDemos
c. java/unittests - the JUnit test cases for the Java toolkit are included in the distribution - these case also be browsed to see simple use cases for the toolkit - see description at http://code.google.com/p/information-dynamics-toolkit/wiki/JUnitTestCases
c. demos/octave/DetectingInteractionLags - brief examples using the transfer entropy to examine source-delay interaction lags. Documentation to come soon; in the interim, see header comments in the .m files.
d. java/unittests - the JUnit test cases for the Java toolkit are included in the distribution - these case also be browsed to see simple use cases for the toolkit - see description at http://code.google.com/p/information-dynamics-toolkit/wiki/JUnitTestCases
=============