Phase Locking Value (PLV).
If False, features corresponding to pairs of identical electrodes
are not computed. In other words, features are not computed from pairs
of electrodes of the form (ch[i], ch[i]).
With n_output = n_channels * (n_channels + 1) / 2 if
include_diag is True and
n_output = n_channels * (n_channels - 1) / 2 if
include_diag is False.
Notes
Alias of the feature function: phase_lock_val. See [1].
References