jidt/java/source/infodynamics/measures/continuous/kraskov
joseph.lizier f0cbb61197 Fixing Javadoc commentsin MI calculators 2015-02-05 23:39:22 +00:00
..
ActiveInfoStorageCalculatorKraskov.java Javadocs made release-ready in the continuous.kraskov package. 2014-08-13 02:36:09 +00:00
ConditionalMutualInfoCalculatorMultiVariateKraskov.java Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35 2014-11-25 12:31:44 +00:00
ConditionalMutualInfoCalculatorMultiVariateKraskov1.java Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35 2014-11-25 12:31:44 +00:00
ConditionalMutualInfoCalculatorMultiVariateKraskov2.java Bug fix for Kraskov conditional MI algorithm 2 -- kdTrees for var1 and conditional, as well as var2 and conditional, were only being passed the radii for var1 (or var2) but not the radius of the conditional as well. This doesn't seem problematic at face value, however in traversing the tree the wrong radius was being used at levels corresponding to the conditional(s) in checking those nodes and determining whether their children needed to be traversed as well. Patched by implementing a new method in KdTree to take all radii in the situation where one variable has already been checked. Fixes issue 39. 2015-01-21 12:23:09 +00:00
ConditionalTransferEntropyCalculatorKraskov.java Javadocs made release-ready in the continuous.kraskov package. 2014-08-13 02:36:09 +00:00
MultiInfoCalculatorKraskov.java Fixing Javadoc commentsin MI calculators 2015-02-05 23:39:22 +00:00
MultiInfoCalculatorKraskov1.java Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35 2014-11-25 12:31:44 +00:00
MultiInfoCalculatorKraskov2.java Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35 2014-11-25 12:31:44 +00:00
MutualInfoCalculatorMultiVariateKraskov.java Fixing Javadoc commentsin MI calculators 2015-02-05 23:39:22 +00:00
MutualInfoCalculatorMultiVariateKraskov1.java Bug fix for Kraskov conditional MI algorithm 2 -- kdTrees for var1 and conditional, as well as var2 and conditional, were only being passed the radii for var1 (or var2) but not the radius of the conditional as well. This doesn't seem problematic at face value, however in traversing the tree the wrong radius was being used at levels corresponding to the conditional(s) in checking those nodes and determining whether their children needed to be traversed as well. Patched by implementing a new method in KdTree to take all radii in the situation where one variable has already been checked. Fixes issue 39. 2015-01-21 12:23:09 +00:00
MutualInfoCalculatorMultiVariateKraskov2.java Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35 2014-11-25 12:31:44 +00:00
PredictiveInfoCalculatorKraskov.java Fixes issue 34 -- adds predictive information calculators for continuous variables; interface definition, common code via abstract mutual information calculator, and implementations for Gaussian, kernel and KSG estimators. 2014-10-16 00:31:41 +00:00
TransferEntropyCalculatorKraskov.java Javadocs made release-ready in the continuous.kraskov package. 2014-08-13 02:36:09 +00:00
TransferEntropyCalculatorMultiVariateKraskov.java Javadocs made release-ready in the continuous.kraskov package. 2014-08-13 02:36:09 +00:00
package-info.java Adding package-info.java files for Javadocs for the various packages 2014-08-13 15:36:10 +00:00