jidt/java/source/infodynamics/measures/continuous/kraskov
joseph.lizier cd67da53a4 Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations.
Changed implementation of our conditional MI calculators Kraskov via algorithm 2 to my current interpretation of how this should be done.

Added a utility for lagged covariance in MatrixUtils
2013-03-04 06:08:38 +00:00
..
ConditionalMutualInfoCalculatorMultiVariateKraskov.java Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations. 2013-03-04 06:08:38 +00:00
ConditionalMutualInfoCalculatorMultiVariateKraskov1.java Added debug prints to Kraskov Conditional MI calculators 2013-01-15 01:14:13 +00:00
ConditionalMutualInfoCalculatorMultiVariateKraskov2.java Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations. 2013-03-04 06:08:38 +00:00
ConditionalMutualInfoCalculatorMultiVariateWithDiscreteKraskov.java Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations. 2013-03-04 06:08:38 +00:00
MultiInfoCalculatorKraskov.java 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
MultiInfoCalculatorKraskov1.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
MultiInfoCalculatorKraskov2.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
MutualInfoCalculatorMultiVariateKraskov.java 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
MutualInfoCalculatorMultiVariateKraskov1.java 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
MutualInfoCalculatorMultiVariateKraskov2.java 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
MutualInfoCalculatorMultiVariateKraskovByMulti.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
MutualInfoCalculatorMultiVariateKraskovByMulti1.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
MutualInfoCalculatorMultiVariateKraskovByMulti2.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
MutualInfoCalculatorMultiVariateWithDiscreteKraskov.java 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
TransferEntropyCalculatorKraskov.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
TransferEntropyCalculatorKraskovByMulti.java Adding various comments 2012-12-13 14:42:40 +00:00
TransferEntropyCalculatorMultiVariateKraskov.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
TransferEntropyCalculatorMultiVariateKraskovByMulti.java Added more covariance methods to MatrixUtils. 2012-07-23 07:29:52 +00:00