orthonorm {templateICAr} | R Documentation |
Orthonormalizes a square, invertible matrix
Description
Orthonormalizes a square, invertible matrix
Usage
orthonorm(X)
Arguments
X |
A square matrix to be orthonormalized. |
Details
Y is orthonormal if $YY'=Y'Y=I$. Orthonormalization of X is given by $X (X'X)^(-.5)$.
Value
X after orthonormalization
[Package templateICAr version 0.9.1 Index]