pyeeg.cca.CCA_Estimator.plot_corr

CCA_Estimator.plot_corr(pos, n_comp=1)

Plot the correlation between the EEG component waveform and the EEG channel waveform.

For each canonical component, computes the correlation between each EEG channel and the reconstructed component waveform (y @ coefResponse_), and plots these correlations as topographic maps.

Parameters:
  • pos (array-like (nchans x 2)) – Channel positions (x, y) used for the topographic plots.

  • n_comp (int, default: 1) – Number of canonical components to plot.