jlizier
|
0ed74612a7
|
Altering kernel estimator classes so that the return values for getProbability are proper probability densities rather than probabilities (by now dividing by the kernel diameter/volume). This patches the EntropyCalculatorKernel and the EntropyCalculatorMultiVariateKernel to properly return differential entropy, as advertised. Makes no difference to the MI and TE kernel calculators, as they use counts anyway rather than probability densities.
|
2016-10-18 11:56:38 +11:00 |
joseph.lizier
|
4e676a1122
|
Javadocs made release-ready in the continuous.kernel package. Also renamed any "epsilon" variables to "kernelWidth" in most classes.
|
2014-08-13 02:30:39 +00:00 |
joseph.lizier
|
7803966168
|
Adding GPLv3 license statement to all code headers in the infodymamics.measures.continuous.gaussian, kernel and kozachenko packages (continuing ...)
|
2014-08-06 05:37:59 +00:00 |
joseph.lizier
|
ab21895321
|
Correcting TE Kernel estimator's bias correction method to match Schreiber's approach to including contributions from other correlation sums when the full joint space has no neighbours.
|
2014-08-05 02:04:56 +00:00 |
joseph.lizier
|
839da1c81f
|
Refactored KernelEstimatorSingleVariate to be called UniVariate
|
2012-10-25 01:25:10 +00:00 |