Skip to content

Loadings and scores from fastICA?

4 messages · Joel Fürstenberg-Hägg, Tony Plate

#
The help for fastICA says:

     The data matrix X is considered to be a linear combination of
     non-Gaussian (independent) components i.e. X = SA where columns of
     S contain the independent components and A is a linear mixing
     matrix.

The value of fastICA is a list with components "S" (the estimated source matrix) and "A" (the estimated mixing matrix).  Are these what you want?

-- Tony Plate
Joel F?rstenberg-H?gg wrote:
#
ICA and PCA both model the data as a product of two matrices (usually 
called something like components or loadings & weights or scores).  It's 
how those matrices are constructed that differs.  PCA is often a first 
step in doing ICA.  I'd suggest reading the ICA tutorial by *Aapo 
Hyv?rinen and Erkki Oja * 
(http://www.cis.hut.fi/aapo/papers/IJCNN99_tutorialweb/) -- it's an 
excellent introduction.

-- Tony Plate
Joel F?rstenberg-H?gg wrote: