Description Usage Arguments Value See Also Examples
This function performs a spatial ICA
1 |
X |
a matrix of size tm x vm which contains the functionnal images |
n.comp |
number of maximally independent components to extract |
alg.typ |
if 'alg.typ == "parallel"' the components are extracted simultaneously (the default). if 'alg.typ == "deflation"' the components are extracted one at a time. |
centering |
Logical. Should we center the data first. Centering will be performed by firstly removing the column mean. |
hp.filter |
Logical. Should we perform high-pass filtering on the data |
A list containing
time.series |
estimated mixing matrix of size tm x n.comp |
spatial.components |
estimated source matrix of size n.comp x vm |
1 | # TODO!!
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.