jidt/java/source/infodynamics/utils
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
..
AnalyticMeasurementDistribution.java Adding analytic Chi Square measurement distribution 2012-08-01 12:12:58 +00:00
AnalyticNullDistributionComputer.java Added AnalyticNullDistributionComputer and refactored the reference to it in MutualInfoCalculatorMultivariateGaussian 2012-10-25 01:14:55 +00:00
ArrayFileReader.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
ArrayFileWriter.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
ChiSquareMeasurementDistribution.java Adding analytic Chi Square measurement distribution 2012-08-01 12:12:58 +00:00
EmpiricalMeasurementDistribution.java Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption. 2012-08-01 07:26:18 +00:00
EuclideanUtils.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
FirstIndexComparatorDouble.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
FirstIndexComparatorInteger.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
IntArrayWrapper.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
MathsUtils.java Adding extra matrix utility functions to allow multivariate normal PDF to be calculated (including Cholesky decomposition, inversion of symmetric matrices), extra matrix multiplcation routines, etc. 2012-08-06 07:44:23 +00:00
MatrixUtils.java Edited comments on MatrixUtils to talk about java-octave 2D matrix conversion issues 2012-10-25 14:08:27 +00:00
MeasurementDistribution.java Added classes for joint entropy and multivariate mutual information calculation with gaussian assumption. 2012-08-01 07:26:18 +00:00
OctaveFileReader.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
OctaveFileWriter.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
ParsedProperties.java Uploading whole of Java Information Dynamics toolkit for the first time. 2012-05-08 00:18:37 +00:00
RandomGenerator.java Altered RandomGenerator.generateDistinctRandomInts() to return int[] instead of double[]. 2012-12-03 05:04:00 +00:00