| .. |
|
cuda
|
Add a C (non-CUDA) wrapper on cudaDeviceReset for easier compilation.
|
2017-05-19 06:46:06 +10:00 |
|
ActiveInfoStorageCalculatorKraskov.java
|
Adding auto embedding via Ragwitz criteria for Kraskov Transfer Entropy calculator. This fixes Issue 38.
|
2015-06-05 06:50:03 +00:00 |
|
ActiveInfoStorageCalculatorMultiVariateKraskov.java
|
Added preliminary version of Ragwitz optimization in multivariate AIS calculator.
|
2016-04-19 18:22:02 +01:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov.java
|
Minor fixes to default values of TE calculator properties, and adding error messages for array file reading
|
2015-07-09 14:38:23 +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
|
Also allowing the KSG calculators noise property to be set to "false" to indicate 0 noise.
|
2015-06-16 12:27:56 +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
|
Added missing import statement.
|
2017-05-19 06:47:16 +10:00 |
|
MutualInfoCalculatorMultiVariateKraskov1.java
|
Initial commit of GPU code.
|
2016-03-13 01:15:19 +00:00 |
|
MutualInfoCalculatorMultiVariateKraskov2.java
|
Initial commit of GPU code.
|
2016-03-13 01:15:19 +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
|
Minor fixes to default values of TE calculator properties, and adding error messages for array file reading
|
2015-07-09 14:38:23 +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 |