pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
237 stars 76 forks source link

Allow conditioning variables with lag larger than max_lag_sources #102

Open pwollstadt opened 10 months ago

pwollstadt commented 10 months ago

Allow adding of conditioning variables with a lag larger than the max_lag_sources(see this question on the mailing list).

When setting the current_value, consider the maximum lag of all enforced conditioning variables as well (in network_inference.py for TE and MI).