jidt/java/unittests/infodynamics/measures/discrete
Pedro Mediano a58a01fbfd Added discrete implementation of various multivariate IT measures and unit tests. 2021-01-24 22:13:15 +00:00
..
ConditionalMutualInformationTester.java Appending suffix "Discrete" to all discrete calculators. Step 4 -- refactoring within unit tests 2014-08-14 03:31:58 +00:00
ConditionalTransferEntropyTester.java Discrete conditional TE now supports different bases for each variable. 2016-06-01 18:54:57 +01:00
DualTotalCorrelationTester.java Added discrete implementation of various multivariate IT measures and unit tests. 2021-01-24 22:13:15 +00:00
MutualInformationTester.java Extending MI discrete calculator to allow different bases for each variable. This necessitates immediate removal of the (int,int) constructor (where the 2nd argument was the time difference), this will now be confusing between (base, timeDiff) and (base1, base2). In time we may bring it back, after we can be reasonably comfortable people have switched away from using (base, timeDiff). 2018-06-20 10:55:21 +10:00
OInfoTester.java Added discrete implementation of various multivariate IT measures and unit tests. 2021-01-24 22:13:15 +00:00
PredictiveInformationTester.java Appending suffix "Discrete" to all discrete calculators. Step 4 -- refactoring within unit tests 2014-08-14 03:31:58 +00:00
SInfoTester.java Added discrete implementation of various multivariate IT measures and unit tests. 2021-01-24 22:13:15 +00:00
TransferEntropyTester.java Major update to TransferEntropyCalculatorDiscrete so as to implement arbirtray source and dest embeddings and source-dest delay. Also included are associated unit tests, and modifications to MatrixUtils to support these. 2016-10-17 16:22:59 +11:00