orthonorm: Orthonormalizes a square, invertible matrix

View source: R/orthonorm.R

orthonormR 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


mandymejia/templateICAr documentation built on June 2, 2025, 7:11 a.m.