| .. |
|
gaussian
|
Extended fix to local cond MI values for handling linear redundancies amongst variables properly in ConditionalMICalculatorMultivariateGaussian - this resolves Issue 16
|
2013-07-06 13:54:02 +00:00 |
|
kernel
|
Adding various comments
|
2012-12-13 14:42:40 +00:00 |
|
kozachenko
|
Uploaded ConditionalMutualInformationCalculator after fixing the computeSignificance function. (untested so far however)
|
2012-10-30 06:14:44 +00:00 |
|
kraskov
|
Reconditioned Conditional MI with Discrete calculator Kraskov as a child class of Conditional MI with Discrete calculator Common
|
2013-03-18 05:49:00 +00:00 |
|
symbolic
|
Addressing minor compile warning
|
2012-10-25 01:30:47 +00:00 |
|
ActiveInfoStorageCalculator.java
|
Minor alterations to utilities, including adding exceptions and adding to-do notes.
|
2013-03-18 05:55:43 +00:00 |
|
ChannelCalculator.java
|
Updating javadoc comments in the code, a. to make them more explicit regarding the transfer entropy calculators, and specifically b. to show that addObservations does not append observation time series.
|
2012-08-08 05:33:13 +00:00 |
|
ChannelCalculatorCommon.java
|
Patched covariance calculation, added utils, patched analytic computation of distribution of MI with linear Gaussians, altered comments
|
2013-01-08 05:37:48 +00:00 |
|
ChannelCalculatorMultiVariate.java
|
Patched covariance calculation, added utils, patched analytic computation of distribution of MI with linear Gaussians, altered comments
|
2013-01-08 05:37:48 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariate.java
|
Adding interface for conditional mutual information (continuous) calculator, common methods for it, and implementation for Gaussian variables.
|
2013-01-12 13:43:43 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariateWithDiscrete.java
|
Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption.
|
2012-08-01 07:26:18 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariateWithDiscreteSource.java
|
Reconditioned Conditional MI with Discrete calculator Kraskov as a child class of Conditional MI with Discrete calculator Common
|
2013-03-18 05:49:00 +00:00 |
|
ConditionalMutualInfoCalculatorMultiVariateWithDiscreteSourceCommon.java
|
Adding common parent implementation of Conditional MI calculator from continuous to discrete variable, plus a linear-Gaussian implementation of it
|
2013-03-18 06:08:12 +00:00 |
|
ConditionalMutualInfoMultiVariateCommon.java
|
Making linear-Gaussian implementation of Conditional MI calculator not normalise the data by default (after having made it a child class of the common conditional MI implementation, this had been switched on by default)
|
2013-03-18 05:52:36 +00:00 |
|
EntropyCalculator.java
|
Uploading whole of Java Information Dynamics toolkit for the first time.
|
2012-05-08 00:18:37 +00:00 |
|
EntropyCalculatorMultiVariate.java
|
Added determinant computation via Cholesky decomposition for symmetric matrices (more efficient)
|
2012-08-17 07:28:50 +00:00 |
|
MultiInfoCalculator.java
|
Uploading whole of Java Information Dynamics toolkit for the first time.
|
2012-05-08 00:18:37 +00:00 |
|
MultiInfoCalculatorWithMarginals.java
|
Uploading whole of Java Information Dynamics toolkit for the first time.
|
2012-05-08 00:18:37 +00:00 |
|
MutualInfoCalculatorMultiVariate.java
|
Pulled common functionality for MutualInfoMultiVariate Kernel and Gaussian into MutualInfoMultiVariateCommon (primarily adding multiple observations and computing statistical significance).
|
2012-08-07 07:32:52 +00:00 |
|
MutualInfoCalculatorMultiVariateWithDiscrete.java
|
Made sure all discrete calculators use log_2 to make answers in bits (some were still using log of base).
|
2012-09-05 06:23:48 +00:00 |
|
MutualInfoCalculatorMultiVariateWithMarginals.java
|
Uploading whole of Java Information Dynamics toolkit for the first time.
|
2012-05-08 00:18:37 +00:00 |
|
MutualInfoMultiVariateCommon.java
|
Minor alterations to utilities, including adding exceptions and adding to-do notes.
|
2013-03-18 05:55:43 +00:00 |
|
TransferEntropyCalculator.java
|
Updating javadoc comments in the code, a. to make them more explicit regarding the transfer entropy calculators, and specifically b. to show that addObservations does not append observation time series.
|
2012-08-08 05:33:13 +00:00 |
|
TransferEntropyCalculatorMultiVariate.java
|
Updating javadoc comments in the code, a. to make them more explicit regarding the transfer entropy calculators, and specifically b. to show that addObservations does not append observation time series.
|
2012-08-08 05:33:13 +00:00 |
|
TransferEntropyCommon.java
|
Patched nats -> bits error as per Issue 12.
|
2012-12-13 09:13:44 +00:00 |