PID Estimators - pwollstadt/IDTxl GitHub Wiki

Different partial information decomposition (PID) estimators for discrete data are available, see the Installation and Requirements page for software requirements.

References

Available Estimators

As of May 2020, the following estimators are available:

For a list of available PID estimators and their documentation, enter:

import idtxl.estimators_pid
import idtxl.estimators_multivariate_pid
help(idtxl.estimators_pid)
help(idtxl.estimators_multivariate_pid)