PhaseLagIndex
Namespace: CONNECTIVITYLIB · Library: Connectivity Library
mne_connectivity.spectral_connectivity_epochs (method='pli') in MNE-Python.
#include <connectivity/phaselagindex.h>
class CONNECTIVITYLIB::PhaseLagIndex
Computes the Phase Lag Index of Stam, Nolte & Daffertshofer (2007).
For every channel pair the estimator averages sign(Im(S_{xy}(f))) across DPSS-tapered trial spectra and returns the magnitude of that average. Zero-lag mixing (volume conduction, common reference) yields sign = 0 and is rejected; consistently lagged or leading interactions yield magnitudes close to 1. The per-trial accumulation is parallelised over trials via QtConcurrent and reduced under a single QMutex.
Phase Lag Index estimator (Stam et al. 2007); rejects zero-lag volume-conduction mixing.
Inheritance
Public Methods
PhaseLagIndex()
Constructs a PhaseLagIndex object.
Static Methods
calculate(connectivitySettings)
Calculates the PLI between the rows of the data matrix.
Parameters:
- connectivitySettings : ConnectivitySettings & The input data and parameters.
Returns:
- Network — The connectivity information in form of a network structure.
Authors of this file
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Daniel Strohmeier <daniel.strohmeier@gmail.com>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Christoph Dinh <christoph.dinh@mne-cpp.org>