..
AnalyticMeasurementDistribution.java
Adding analytic Chi Square measurement distribution
2012-08-01 12:12:58 +00:00
AnalyticNullDistributionComputer.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
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
Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations.
2013-03-04 06:08:38 +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
Patching linear Gaussian estimators to give empirical statistical significance given a certain number of observations.
2013-03-04 06:08:38 +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