| .. |
|
ActiveInfoStorageCalculatorGaussian.java
|
Added to AutoAnalyser GUI for AIS surrogate-based bias correction (parameter being the number of surrogates) for max AIS corrected auto embedding, for kernel estimator as well as Gaussian (as an alternative to analytic). Also includes the implementing code for AIS Gaussian (was already committed for kernel)
|
2018-08-27 14:24:05 +10:00 |
|
ActiveInfoStorageCalculatorMultiVariateGaussian.java
|
Added throws Exception for computeSignificance() on multivariate Gaussian AIS calculator, because of throws clause introduced on underlying MI estimator
|
2018-08-27 13:21:29 +10:00 |
|
ConditionalMutualInfoCalculatorMultiVariateGaussian.java
|
Making local computation for CMI Gaussian calculator store the lastAverage if it was called with the previous observations
|
2019-05-17 22:47:16 +10:00 |
|
ConditionalTransferEntropyCalculatorGaussian.java
|
Extra imports to fix Javadoc references
|
2014-08-13 03:48:54 +00:00 |
|
DualTotalCorrelationCalculatorGaussian.java
|
Added Gaussian implementation of various multivariate IT measures and unit tests.
|
2021-01-24 22:06:39 +00:00 |
|
EntropyCalculatorGaussian.java
|
Adding computeLocalOfPreviousObservations() to continuous Entropy estimator interface and all underlying implementations. Added unit tests that locals should average back ok. Also fixing multivariate Entropy estimator interface to implement the univariate interface also (and fixing underlying implementations to comply)
|
2018-04-27 11:20:25 +10:00 |
|
EntropyCalculatorMultiVariateGaussian.java
|
Gathering common functionality of EntropyMultiVariate estimators into a Common class. Adds some new functionality (e.g. addObservations() for Gaussian and Kernel)
|
2024-04-20 17:57:38 +10:00 |
|
MultiInfoCalculatorGaussian.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 |
|
MultiVariateInfoMeasureCalculatorGaussian.java
|
Added Gaussian implementation of various multivariate IT measures and unit tests.
|
2021-01-24 22:06:39 +00:00 |
|
MutualInfoCalculatorMultiVariateGaussian.java
|
Further clarifications for including NORMALISE and NOISE_LEVEL_TO_ADD properties to all mutual information calculators, and handling linear redundancy sub-cases
|
2019-04-03 00:07:05 +11:00 |
|
OInfoCalculatorGaussian.java
|
Added Gaussian implementation of various multivariate IT measures and unit tests.
|
2021-01-24 22:06:39 +00:00 |
|
PredictiveInfoCalculatorGaussian.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 |
|
SInfoCalculatorGaussian.java
|
Added Gaussian implementation of various multivariate IT measures and unit tests.
|
2021-01-24 22:06:39 +00:00 |
|
TransferEntropyCalculatorGaussian.java
|
A rewrite of parts of the linear Gaussian conditional MI estimator, in order to more deftly handle linear dependencies within variables 1 and 2, and between each of them and the conditional. Previously we removed sub-variables of those arbitrarily, now the removal is targetted to those sub-variables that are problematic. Also required some variable name changes to reflect different ordering of how variables and the conditionals are concatenated in arrays.
|
2019-03-28 23:58:53 +11:00 |
|
TransferEntropyCalculatorMultiVariateGaussian.java
|
Incorporated auto-embedding in the TE multivariate via conditional MI common class. Much of the code is moved up from the TE multivariate KSG estimator; now the functionality is provided for multivariate Gaussian as well. Also necessitated adding the max_cor_num_surrogates property to TE multivariate Gaussian, and took the opportunity to make much of the whitespace here consistent, and unit tests added for Gaussian (tweaked slightly for KSG)
|
2018-10-18 00:58:17 +11:00 |
|
package-info.java
|
Adding package-info.java files for Javadocs for the various packages
|
2014-08-13 15:36:10 +00:00 |