| .. |
|
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
|
Added missing getProperty() method to Conditional TE calculator Kraskov
|
2017-08-23 00:19:09 +10:00 |
|
MultiInfoCalculatorKraskov.java
|
Making continuous MultiInfoCalculator classes implement the InfoMeasureCalculatorContinuous interface. For the interfaces, this means removing methods where duplicated. For implementing classes, this means adding the missing methods.
|
2017-08-18 23:42:43 +10: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
|
Remove old cudaLibraryLoad code and unnecessary dependencies.
|
2017-08-31 16:22:12 +01:00 |
|
MutualInfoCalculatorMultiVariateKraskov1.java
|
Merge branch 'master' of github.com:jlizier/jidt
|
2017-06-13 12:08:54 +10: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 |