jidt/demos/python
jlizier f840f0ec72 Added statistical significance test (and analytic option where available) to the AutoAnalyser demo. Required also updating how python generated code handles input data, and updating readIntsFile and readFlotsFile utilities, so AutoAnalyser worked with Python3. Also updated the GUI of AutoAnalyser to have a little more room for status messages (required for statistical significance. 2017-04-10 20:29:00 +10:00
..
SchreiberTransferEntropyExamples Adding Schreiber TE example for Python, with Kraskov estimator, mirroring the main demo here in Matlab/Octave 2015-02-03 11:13:56 +00:00
README-PythonDemos.pdf Updating PDFs of all demos before making new release 2016-10-21 00:13:26 +11:00
README-UseInPython.pdf Updating PDFs of all demos before making new release 2016-10-21 00:13:26 +11:00
example1TeBinaryData.py Showing how to use numpy arrays of ints with JIDT in python 3 with jpype1 in python demo 1 2016-10-18 15:08:15 +11:00
example2TeMultidimBinaryData.py Updating python code to be compatible with both python 2 and 3. (Includes changing xrange -> range, and removing ";", as found by Michael Wibral) 2015-06-10 11:37:15 +00:00
example3TeContinuousDataKernel.py Updating python code to be compatible with both python 2 and 3. (Includes changing xrange -> range, and removing ";", as found by Michael Wibral) 2015-06-10 11:37:15 +00:00
example4TeContinuousDataKraskov.py Updating python code to be compatible with both python 2 and 3. (Includes changing xrange -> range, and removing ";", as found by Michael Wibral) 2015-06-10 11:37:15 +00:00
example5TeBinaryMultivarTransfer.py Updating python code to be compatible with both python 2 and 3. (Includes changing xrange -> range, and removing ";", as found by Michael Wibral) 2015-06-10 11:37:15 +00:00
example6DynamicCallingMutualInfo.py Altering use of class methods for python demo 6 (I think this was required for python 3 compliance?) 2016-10-18 15:07:15 +11:00
example7EnsembleMethodTeContinuousDataKraskov.py Updated extraction of local TE values in ensemble method in Python demo 7 to use the new getSeparateNumObservations() method on the TE calculator 2017-03-16 10:49:01 +11:00
example9TeKraskovAutoEmbedding.py Added python examples 7 (ensemble method with TE Kraskov) and 9 (TE Kraskov with auto-embedding Ragwitz) 2016-10-20 10:20:20 +11:00
readFloatsFile.py Added statistical significance test (and analytic option where available) to the AutoAnalyser demo. Required also updating how python generated code handles input data, and updating readIntsFile and readFlotsFile utilities, so AutoAnalyser worked with Python3. Also updated the GUI of AutoAnalyser to have a little more room for status messages (required for statistical significance. 2017-04-10 20:29:00 +10:00
readIntsFile.py Added statistical significance test (and analytic option where available) to the AutoAnalyser demo. Required also updating how python generated code handles input data, and updating readIntsFile and readFlotsFile utilities, so AutoAnalyser worked with Python3. Also updated the GUI of AutoAnalyser to have a little more room for status messages (required for statistical significance. 2017-04-10 20:29:00 +10:00