jidt icon indicating copy to clipboard operation
jidt copied to clipboard

Mixed continuous-discrete KSG estimator needs bias correction adjusted

Open jlizier opened this issue 2 years ago • 0 comments

The code uses 2/k but I think this should be 1/k, in line with the correction of (m-1)/k for m continuous variables referred to in the MI estimator in this commit (which has not been applied here yet). Early testing with 2/k seems off by 1/k, which appears to confirm this theory is correct.

jlizier avatar Jun 03 '22 06:06 jlizier