Description Usage Arguments Value
Distributional independent component ICA with two-stage estimation. At stage one, a mixture model (Gaussian or Wishart) is estimated by EM algorithm. At stage two, the posterior weights (after a transformation with the multinomial logit link function) are decomposed with Infomax ICA.
1 2 3 4 5 6 7 8 9 10 |
Y |
A numeric matrix or a list. If a matrix, a mixture of Gaussian model
is to be fitted at stage one, and rows correspond to observations ( |
K |
The number of components at stage one. |
L |
The number of components at stage two, should be no larger than |
Rmat |
Initial estimate of the |
tol |
Relative convergence tolerance for the log-likelihood. |
itr.max |
Maximum number of algorithm iterations. |
log |
if |
verbose |
If |
A list includes
S
- The estimated component matrix.
A
- The estiamted mixing matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.