From 2dae05f9efdbac0ffc53e6f14461cd602c381652 Mon Sep 17 00:00:00 2001 From: madvn Date: Fri, 26 Jul 2019 22:51:11 -0400 Subject: [PATCH] 4var PID --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd94ff4..6b9b1f5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The main highlights of this package include:
  • use of sparse data structures that work well with high-dimensional data
  • user-controllable estimation of data distribution using averaged shifted histograms [4]
  • flexibilty to specify binning allows proper estimation of information measures between continuous and discrete variables
  • +
  • perform PI-decomposition over 3 (two sources and 1 target) and 4 (three variables and 1 target) variables
  • The package can be used in Python or C++. While the C++ headers should function well on all platforms, the python package has currently been tested on MacOS and Linux.