| .. |
|
ActiveInfoStorageCalculatorKraskov.java
|
Added auto-embedding method for AIS and TE Kraskov (KSG) calculators which maximises the bias-corrected AIS. This commit includes the AIS and TE calculators themselves, an update to the TE auto analyser (with comments on the auto embed method property)
|
2016-10-18 12:52:31 +11:00 |
|
ActiveInfoStorageCalculatorMultiVariateKraskov.java
|
Added preliminary version of Ragwitz optimization in multivariate AIS calculator.
|
2016-04-19 18:22:02 +01:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov.java
|
Making conditional MI calculators (continuous) handle empty conditionals, and properly normalise new data according to the old (except for linear Gaussian calculator, which explicitly bars normalisation now).
|
2016-10-18 13:21:29 +11:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov1.java
|
Making conditional MI calculators (continuous) handle empty conditionals, and properly normalise new data according to the old (except for linear Gaussian calculator, which explicitly bars normalisation now).
|
2016-10-18 13:21:29 +11:00 |
|
ConditionalMutualInfoCalculatorMultiVariateKraskov2.java
|
Making conditional MI calculators (continuous) handle empty conditionals, and properly normalise new data according to the old (except for linear Gaussian calculator, which explicitly bars normalisation now).
|
2016-10-18 13:21:29 +11: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 NativeUtils for native lib loading and included libKraskov.so in jar.
|
2017-06-01 20:34:23 +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
|
Added auto-embedding method for AIS and TE Kraskov (KSG) calculators which maximises the bias-corrected AIS. This commit includes the AIS and TE calculators themselves, an update to the TE auto analyser (with comments on the auto embed method property)
|
2016-10-18 12:52:31 +11: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 |