Learn R Programming

BayesBrainMap (version 0.1.3)

orthonorm: Orthonormalizes a square, invertible matrix

Description

Orthonormalizes a square, invertible matrix

Usage

orthonorm(X)

Value

X after orthonormalization

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)$.