jidt/java/source/infodynamics/measures/discrete
joseph.lizier 64f6986d45 Added single array addObservations routines for Complete TE calculator discrete. Removed duplicate copyIntoMatrix method from MatrixUtils (duplicated arrayCopy) 2013-01-23 00:45:01 +00:00
..
ActiveInformationCalculator.java Cleaned up comments around use of factory method (now not required) for constructing discrete calculators 2012-06-13 06:55:05 +00:00
ApparentTransferEntropyCalculator.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
BlockEntropyCalculator.java Added computeLocalUsingPreviousObservations(double[][], int[]) for MutualInfoCalculatorMultiVariateWithDiscreteKraskov 2012-07-17 02:33:05 +00:00
ChannelCalculator.java Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption. 2012-08-01 07:26:18 +00:00
CombinedActiveEntRateCalculator.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
CompleteTransferEntropyCalculator.java Added single array addObservations routines for Complete TE calculator discrete. Removed duplicate copyIntoMatrix method from MatrixUtils (duplicated arrayCopy) 2013-01-23 00:45:01 +00:00
ConditionalMutualInformationCalculator.java Uploaded ConditionalMutualInformationCalculator after fixing the computeSignificance function. (untested so far however) 2012-10-30 06:14:44 +00:00
ContextOfPastMeasureCalculator.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
EntropyCalculator.java Altered RandomGenerator.generateDistinctRandomInts() to return int[] instead of double[]. 2012-12-03 05:04:00 +00:00
EntropyRateCalculator.java Cleaned up comments around use of factory method (now not required) for constructing discrete calculators 2012-06-13 06:55:05 +00:00
InfoMeasureCalculator.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
MultiInformationCalculator.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
MutualInformationCalculator.java Patched nats -> bits error as per Issue 12. 2012-12-13 09:13:44 +00:00
SeparableInfoCalculator.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
SeparableInfoCalculatorByAddition.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
SingleAgentMeasure.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
SingleAgentMeasureInContextOfPastCalculator.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00