jidt/demos/python
jlizier a278060056 Adding error check on python demo 1 that script is called from correct demos/python directory 2018-06-27 20:49:32 +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 Adding error check on python demo 1 that script is called from correct demos/python directory 2018-06-27 20:49:32 +10: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 Fixed analytic expressions for transfer entropies in the simple demos for coupled Gaussians (should have computed directly from the empirical correlations all along, but didn't notice because errors were very small) 2017-05-22 15:53:42 +10:00
example4TeContinuousDataKraskov.py Fixed analytic expressions for transfer entropies in the simple demos for coupled Gaussians (should have computed directly from the empirical correlations all along, but didn't notice because errors were very small) 2017-05-22 15:53:42 +10: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