Adding Schreiber results for example 3 of that demo

This commit is contained in:
joseph.lizier 2014-11-19 23:47:24 +00:00
parent 8d93d5b90a
commit 7185399680
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
% These values are extracted manually from Schreiber's example3.
0.01000000000000001, 2.772511848341232
0.0160968750545972, 3.408647957825231
0.022766872258221087, 3.5955455562064005
0.031704696159786355, 3.4745060972362753
0.04697968628337493, 2.8672053889983498
0.06441525999493229, 2.224958730496832
0.09016877712317022, 1.6654907077054157
0.12363312063813242, 1.319452580009586
0.18037642507318324, 0.8544517812450074
0.25777212695887125, 0.4725491240215134
0.3608306085568634, 0.20928963203578416
0.49731231458243835, 0.10017839075563258
0.6474943081293537, 0.050748176154215584
0.9845968158946956, 0.011968155918846349

View File

@ -128,7 +128,7 @@ Notices for this software are found in the notices/JAMA directory.
Release notes
===============
v1.1 14/11/2014 at r572
v1.1 14/11/2014 at r573
-----------------------
Implemented Fast Nearest Neighbour Search for Kraskov-Stögbauer-Grassberger (KSG) estimators for MI, conditional MI, TE, conditional TE, AIS, Predictive info, and multi-information. This includes a general (multivariate) k-d tree implementation;
Added multi-threading (using all available processors by default) for the KSG estimators -- code contributed by Ipek Özdemir;