| .. |
|
commonsmath3
|
Adding GPLv3 license statement to all code headers in the infodymamics.measures.continuous package (for starters)
|
2014-08-06 05:31:37 +00:00 |
|
AnalyticMeasurementDistribution.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
AnalyticNullDistributionComputer.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
ArrayFileReader.java
|
Minor fixes to default values of TE calculator properties, and adding error messages for array file reading
|
2015-07-09 14:38:23 +00:00 |
|
ArrayFileWriter.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
ChiSquareMeasurementDistribution.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
EmpiricalMeasurementDistribution.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
EuclideanUtils.java
|
Fixes issue 31 -- implementing fast nearest neighbour search for Kraskov MI using a k-d tree structure.
|
2014-10-15 04:48:09 +00:00 |
|
FirstIndexComparatorDouble.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
FirstIndexComparatorInteger.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
IntArrayWrapper.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
KdTree.java
|
Bug fix for Kraskov conditional MI algorithm 2 -- kdTrees for var1 and conditional, as well as var2 and conditional, were only being passed the radii for var1 (or var2) but not the radius of the conditional as well. This doesn't seem problematic at face value, however in traversing the tree the wrong radius was being used at levels corresponding to the conditional(s) in checking those nodes and determining whether their children needed to be traversed as well. Patched by implementing a new method in KdTree to take all radii in the situation where one variable has already been checked. Fixes issue 39.
|
2015-01-21 12:23:09 +00:00 |
|
MathsUtils.java
|
Patching bug in digamma function which is susceptible to race condition in multi-threaded applications. Also explicitly setting return array values in Kraskov calculators.
|
2014-11-14 10:24:53 +00:00 |
|
MatrixUtils.java
|
Adding getProperty() method to all conditional MI calculators and TE calculators (except for multivariate versions at this stage), in readiness for automated embedding being added to TE Kraskov to partially fix Issue 38
|
2015-06-04 04:27:23 +00:00 |
|
MeasurementDistribution.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
NearestNeighbourSearcher.java
|
Added auto-embedding with Ragwitz criteria to AIS Kraskov calculator, partially addressing Issue 38. Also adds getProperty() method to AIS calculators and MI calculators.
|
2015-06-04 03:48:55 +00:00 |
|
NeighbourNodeData.java
|
Adding fast nearest neighbour searcher for univariate data (uses only a sorted array rather than whole k-d tree). Adds an abstract nearest neighbour searcher so calling classes don't necessarily need to know whether they're dealing with uni or multi-variates. MI and conditional MI Kraskov altered to use this where possible.
|
2014-10-30 04:04:16 +00:00 |
|
NonPositiveDefiniteMatrixException.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
OctaveFileReader.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
OctaveFileWriter.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
OctaveMatrix.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
ParsedProperties.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
RandomGenerator.java
|
Rudimentary Javadocs completed for the utils package
|
2014-08-13 15:18:47 +00:00 |
|
UnivariateNearestNeighbourSearcher.java
|
Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators, i.e. Mutual Info, Conditional MI, Multi-info, and thereby the derived classes including transfer entropy. Fixes issue 35
|
2014-11-25 12:31:44 +00:00 |
|
package-info.java
|
Adding package-info.java files for Javadocs for the various packages
|
2014-08-13 15:36:10 +00:00 |