jidt/java/source/infodynamics/utils
joseph.lizier 24a0566fd4 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
..
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 Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +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 Adding more methods to nearest neighbour search classes to return collections of points within ranges via arrays, and to use additional criteria in searching or take arguments for one variable that has already been tested. Utilising these new searches within Conditional MI Kraskov estimator algorithm 1 2014-11-03 04:57:24 +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 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
MeasurementDistribution.java Rudimentary Javadocs completed for the utils package 2014-08-13 15:18:47 +00:00
NearestNeighbourSearcher.java Adding more methods to nearest neighbour search classes to return collections of points within ranges via arrays, and to use additional criteria in searching or take arguments for one variable that has already been tested. Utilising these new searches within Conditional MI Kraskov estimator algorithm 1 2014-11-03 04:57:24 +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 Enhancements to fast nearest neighbour searching for conditional mutual information; utilises points found matching the conditional search criteria in the joint conditional with var1 and var 2 searches. 2014-11-04 00:57:26 +00:00
package-info.java Adding package-info.java files for Javadocs for the various packages 2014-08-13 15:36:10 +00:00