Lags PID - pwollstadt/IDTxl GitHub Wiki

Lags are a required parameter in the settings dictionary for PID estimation. Lags describe the lag between the target and each of the two PID sources.

PID lags, single target analysis

For single target analysis a list of two lags has to be specified:

settings = {'lags_pid': [2, 3]}

Sub-sampling

For a whole network analysis a list of lists with two lags each has to be specified. The outer list must be of same length as no. target in the analysis. Each inner list has to be of length two:

settings = {'lags_pid': [1, 1], [3, 2], [0, 0](/pwollstadt/IDTxl/wiki/1,-1],-[3,-2],-[0,-0)}