Internal function for running SOBI ICA on an eeg_epochs
object
sobi_ICA(data, maxiter, tol, pca, centre, verbose = TRUE)
data | Data to be ICAed. |
---|---|
maxiter | Maximum number of iterations of the joint diagonalization |
tol | convergence tolerance. |
pca | Number of PCA components. |
centre | Mean centre signals. |
verbose | Print informative messages. |