pafoster / pyitlib

A library of information-theoretic methods for data analysis and machine learning, implemented in Python and NumPy.
MIT License
90 stars 17 forks source link

Information Decomposition #11

Open doomgutt opened 2 years ago

doomgutt commented 2 years ago

This module looks to be very well researched and implemented.

I was wondering if the authors are aware of and perhaps interested in implementing measures of Multivariate Information proposed in

The measures still seem to be under development, but also appear to be quite useful for more precise decomposition of information.

I'm going to implement it myself in some fashion either way for my own projects, so perhaps I'll attempt forking the repository, but I think I'm not as qualified as the authors of the repository to do so.