sobi_ICA | R Documentation |
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. |
A. Belouchrani and A. Cichocki. Adapted to R by Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.