This website requires JavaScript.
Explore
Help
Sign In
natas_hw
/
jidt
mirror of
https://github.com/jlizier/jidt
Watch
0
Star
0
Fork
You've already forked jidt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
617880f9f5
jidt
/
java
/
source
/
infodynamics
/
measures
/
continuous
History
joseph.lizier
617880f9f5
Making Kraskov MI and higher order calculators use MAX_NORM in the marginal spaces by default (previously this had to be supplied via a property - it was the standard choice made, but was not the default). This aligns with the default specified in the Kraskov paper.
2012-12-20 10:38:03 +00:00
..
gaussian
Added AnalyticNullDistributionComputer and refactored the reference to it in MutualInfoCalculatorMultivariateGaussian
2012-10-25 01:14:55 +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
Making Kraskov MI and higher order calculators use MAX_NORM in the marginal spaces by default (previously this had to be supplied via a property - it was the standard choice made, but was not the default). This aligns with the default specified in the Kraskov paper.
2012-12-20 10:38:03 +00:00
symbolic
Addressing minor compile warning
2012-10-25 01:30:47 +00:00
ActiveInfoStorageCalculator.java
Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption.
2012-08-01 07:26:18 +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
Added determinant computation via Cholesky decomposition for symmetric matrices (more efficient)
2012-08-17 07:28:50 +00:00
ChannelCalculatorMultiVariate.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
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
Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption.
2012-08-01 07:26:18 +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
Added determinant computation via Cholesky decomposition for symmetric matrices (more efficient)
2012-08-17 07:28:50 +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