ProDenICA (version 1.0)

ICAorthW: turn a matrix W into an orthogonal matrix

Description

use the SVD to orthogonalize a matrix

Usage

ICAorthW(W)

Arguments

W

input matrix

Value

orthogonalized version of W

Details

simply replace the D matrix of the SVD of W by the identity

Examples

Run this code
# NOT RUN {
W0 <- matrix(rnorm(2*2), 2, 2)
W0 <- ICAorthW(W0)
# }

Run the code above in your browser using DataLab