polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Add utility method for creating pairwise MI matrices #15

Closed polsys closed 4 years ago

polsys commented 4 years ago

Add a estimate_pairwise_mi method that takes in an array of variables and outputs an MI matrix such that result[i,j] = estimate_mi(vars[i], vars[j]). The user can already implement this method using estimate_mi, but our implementation would offer stronger parallelization.