UnbiasedSquaredPhaseLagIndex
Namespace: CONNECTIVITYLIB · Library: Connectivity Library
#include <connectivity/unbiasedsquaredphaselagindex.h>
class CONNECTIVITYLIB::UnbiasedSquaredPhaseLagIndex
Computes the unbiased estimator of squared PLI for every channel pair.
The estimator subtracts the analytically known diagonal contribution from the squared sum of cross-spectral sign samples, yielding an estimate whose expectation equals PLI^2 for any trial count N >= 2 and is therefore free of the upward small-sample bias that affects the plain PhaseLagIndex. The construction preserves the zero-lag rejection property of the PLI family.
Unbiased squared Phase Lag Index estimator; removes the small-sample bias of PhaseLagIndex.
Inheritance
Public Methods
UnbiasedSquaredPhaseLagIndex()
Constructs a UnbiasedSquaredPhaseLagIndex object.
Static Methods
calculate(connectivitySettings)
Calculates the USPLI 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
- Daniel Strohmeier <daniel.strohmeier@gmail.com>
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Christoph Dinh <christoph.dinh@mne-cpp.org>