R/ICAorthW.R

Defines functions ICAorthW

Documented in ICAorthW

ICAorthW <-
function(W)
{
	sW <- svd(W)
	sW$u %*% t(sW$v)
}
Hanchao-Zhang/ProDenICA documentation built on Jan. 17, 2022, 12:23 a.m.