joseph.lizier
|
b4645584fe
|
Added new method generateRandomPerturbations(int, int) to RandomGenerator, and switched all computeSignificance methods to use this (since there's no need for checking for distinct perturbations really, and this is much faster). Required adding sortIndices(double[]) method to MatrixUtils
|
2013-10-18 00:42:12 +00:00 |
joseph.lizier
|
a00b24019c
|
Making linear-Gaussian implementation of Conditional MI calculator not normalise the data by default (after having made it a child class of the common conditional MI implementation, this had been switched on by default)
|
2013-03-18 05:52:36 +00:00 |
joseph.lizier
|
4bd22a0984
|
Reconditioned Conditional MI calculator Kraskov as a child class of Conditional MI calculator Common
|
2013-03-11 12:55:29 +00:00 |
joseph.lizier
|
3167944875
|
Adding interface for conditional mutual information (continuous) calculator, common methods for it, and implementation for Gaussian variables.
|
2013-01-12 13:43:43 +00:00 |