From 635646997e25614e55ccdb7e8eaac2010a5fe4a4 Mon Sep 17 00:00:00 2001 From: "joseph.lizier" Date: Mon, 19 Nov 2012 03:55:58 +0000 Subject: [PATCH] Added info about DetectingInteractionLags demo to readme file --- readme-template.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme-template.txt b/readme-template.txt index dbd951c..d709be5 100755 --- a/readme-template.txt +++ b/readme-template.txt @@ -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 =============