| .. |
|
gaussian
|
Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master.
|
2017-05-24 20:24:32 +10:00 |
|
kernel
|
Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master.
|
2017-05-24 20:24:32 +10:00 |
|
kozachenko
|
Adding package-info.java files for Javadocs for the various packages
|
2014-08-13 15:36:10 +00:00 |
|
kraskov
|
Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master.
|
2017-05-24 20:24:32 +10:00 |
|
symbolic
|
Adding getProperty() method to all conditional MI calculators and TE calculators (except for multivariate versions at this stage), in readiness for automated embedding being added to TE Kraskov to partially fix Issue 38
|
2015-06-04 04:27:23 +00:00 |
|
ActiveInfoStorageCalculator.java
|
Enabled Active Info Storage calculators (continuous) to have addObservations() methods with validity supplied
|
2016-10-18 00:11:33 +11:00 |
|
ActiveInfoStorageCalculatorMultiVariate.java
|
Preliminary commit of multivariate AIS calculators and unit tests. Fully functional, but not tested enough.
|
2016-03-15 22:36:12 +00:00 |
|
ActiveInfoStorageCalculatorMultiVariateViaMutualInfo.java
|
Added preliminary version of Ragwitz optimization in multivariate AIS calculator.
|
2016-04-19 18:22:02 +01:00 |
|
ActiveInfoStorageCalculatorViaMutualInfo.java
|
Enabled Active Info Storage calculators (continuous) to have addObservations() methods with validity supplied
|
2016-10-18 00:11:33 +11:00 |
|
ChannelCalculator.java
|
Minor corrections to Javadocs for the continuous package
|
2014-08-13 15:20:00 +00:00 |
|
ChannelCalculatorCommon.java
|
Adding getProperty() method to all conditional MI calculators and TE calculators (except for multivariate versions at this stage), in readiness for automated embedding being added to TE Kraskov to partially fix Issue 38
|
2015-06-04 04:27:23 +00:00 |
|
ChannelCalculatorMultiVariate.java
|
Added methods for computing MI/TE etc in Multivariate calculators on only univariate time series (double[]) when the calculators have been initialised for dimension 1 in source and destination
|
2015-01-23 03:11:35 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariate.java
|
Adding getProperty() method to all conditional MI calculators and TE calculators (except for multivariate versions at this stage), in readiness for automated embedding being added to TE Kraskov to partially fix Issue 38
|
2015-06-04 04:27:23 +00:00 |
|
ConditionalMutualInfoMultiVariateCommon.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 |
|
ConditionalTransferEntropyCalculator.java
|
Javadocs made release-ready in the continuous package. Also added computeLocalUsingPreviousObservations into ChannelCalculator and ChannelCalculatorMultiVariate (removed from MutualInfoMultivarate), and made the ViaCondMutualInfo classes not be abstract anymore, and moved embedding properties up into the main TransferEntropyCalculator interface
|
2014-08-13 02:18:33 +00:00 |
|
ConditionalTransferEntropyCalculatorViaCondMutualInfo.java
|
Adding getProperty() method to all conditional MI calculators and TE calculators (except for multivariate versions at this stage), in readiness for automated embedding being added to TE Kraskov to partially fix Issue 38
|
2015-06-04 04:27:23 +00:00 |
|
EntropyCalculator.java
|
Javadocs made release-ready in the continuous package. Also added computeLocalUsingPreviousObservations into ChannelCalculator and ChannelCalculatorMultiVariate (removed from MutualInfoMultivarate), and made the ViaCondMutualInfo classes not be abstract anymore, and moved embedding properties up into the main TransferEntropyCalculator interface
|
2014-08-13 02:18:33 +00:00 |
|
EntropyCalculatorMultiVariate.java
|
Javadocs made release-ready in the continuous package. Also added computeLocalUsingPreviousObservations into ChannelCalculator and ChannelCalculatorMultiVariate (removed from MutualInfoMultivarate), and made the ViaCondMutualInfo classes not be abstract anymore, and moved embedding properties up into the main TransferEntropyCalculator interface
|
2014-08-13 02:18:33 +00:00 |
|
MultiInfoCalculator.java
|
Additional operations added to multi-info interface for continuous data, and pulled common operations into a common class (revamped Kernel calculator rewritten to use this)
|
2014-10-30 04:18:04 +00:00 |
|
MultiInfoCalculatorCommon.java
|
Additional operations added to multi-info interface for continuous data, and pulled common operations into a common class (revamped Kernel calculator rewritten to use this)
|
2014-10-30 04:18:04 +00:00 |
|
MutualInfoCalculatorMultiVariate.java
|
Added auto-embedding with Ragwitz criteria to AIS Kraskov calculator, partially addressing Issue 38. Also adds getProperty() method to AIS calculators and MI calculators.
|
2015-06-04 03:48:55 +00:00 |
|
MutualInfoMultiVariateCommon.java
|
Added auto-embedding with Ragwitz criteria to AIS Kraskov calculator, partially addressing Issue 38. Also adds getProperty() method to AIS calculators and MI calculators.
|
2015-06-04 03:48:55 +00:00 |
|
PredictiveInfoCalculator.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 |
|
PredictiveInfoCalculatorViaMutualInfo.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 |
|
TransferEntropyCalculator.java
|
Minor corrections to Javadocs for the continuous package
|
2014-08-13 15:20:00 +00:00 |
|
TransferEntropyCalculatorMultiVariate.java
|
Javadocs made release-ready in the continuous package. Also added computeLocalUsingPreviousObservations into ChannelCalculator and ChannelCalculatorMultiVariate (removed from MutualInfoMultivarate), and made the ViaCondMutualInfo classes not be abstract anymore, and moved embedding properties up into the main TransferEntropyCalculator interface
|
2014-08-13 02:18:33 +00:00 |
|
TransferEntropyCalculatorMultiVariateViaCondMutualInfo.java
|
Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master.
|
2017-05-24 20:24:32 +10:00 |
|
TransferEntropyCalculatorViaCondMutualInfo.java
|
Added method getSeparateNumObservations() to return a list of how many samples were pulled from each addObservations call, to make reconstructing/separating local values easier subsequently
|
2016-10-18 00:00:31 +11:00 |
|
TransferEntropyCommon.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 |
|
package-info.java
|
Tweaks to javadocs
|
2014-08-14 06:26:06 +00:00 |