pyeeg.preprocess.covariance

pyeeg.preprocess.covariance(X, estimator='cov')

Estimation of one covariance matrix on whole dataset. If X is of shape (trials, samples, channels) Will concatenate all trials together to compute a single covariance matrix across all of them.