gcica_bss_dwst: Implement different W same T group-colorICA algorithm.

Description Usage Arguments Value Examples

View source: R/gcica_dwst_cica_R_translate.R View source: R/gcica_bss_dwst_matlab_translate.R View source: R/gcica_bss_dwst.R

Description

Implement different W same T group-colorICA algorithm.

Usage

1

Arguments

Xc

G by NG cell-array contains observed [cell-array] data matrices. G is the number of groups and NG is the number of subjects in each group. Each component of the cell-array is a matrix with dimension M by T where M is the number of mixtures and T is the number of time points. Each data matrix has been pre-whitenned and centered.

Value

W: M by M unmixitng matrix

Examples

1
x=rnorm(10)

seonjoo/gcica documentation built on March 28, 2021, 2:31 p.m.